Browse Source

Commit built files

master v1.0.1
dustinlarimer 9 years ago
parent
commit
024541583b
  1. 1
      CHANGELOG.md
  2. 4
      dist/keen-tracking.js
  3. 2
      dist/keen-tracking.min.js

1
CHANGELOG.md

@ -12,6 +12,7 @@
**FIXED:**
* Event properties with `undefined` values no longer throw an error when used with `Keen.utils.extend`.
<a name="1.0.0"></a>
# 1.0.0

4
dist/keen-tracking.js

@ -1321,7 +1321,7 @@ var Emitter = require('component-emitter');
'parseParams' : parseParams,
'serialize' : serialize
},
version: '1.0.0'
version: '1.0.1'
});
Client.log = function(str){
if (Client.debug && typeof console === 'object') {
@ -1530,4 +1530,4 @@ function serialize(data){
}
},{"./each":24,"./extend":25}]},{},[1]);
//# sourceMappingURL=keen-tracking.js.map
//# sourceMappingURL=keen-tracking.js.map

2
dist/keen-tracking.min.js

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save