Skip to content

Commit 79bb98d

Browse files
committed
v2.16.0
1 parent a183181 commit 79bb98d

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

build/mixpanel.amd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ define(function () { 'use strict';
22

33
var Config = {
44
DEBUG: false,
5-
LIB_VERSION: '2.15.0'
5+
LIB_VERSION: '2.16.0'
66
};
77

88
// since es6 imports are static and we run unit tests from the console, window won't be defined when importing this file

build/mixpanel.cjs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
var Config = {
44
DEBUG: false,
5-
LIB_VERSION: '2.15.0'
5+
LIB_VERSION: '2.16.0'
66
};
77

88
// since es6 imports are static and we run unit tests from the console, window won't be defined when importing this file

build/mixpanel.globals.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
var Config = {
55
DEBUG: false,
6-
LIB_VERSION: '2.15.0'
6+
LIB_VERSION: '2.16.0'
77
};
88

99
// since es6 imports are static and we run unit tests from the console, window won't be defined when importing this file

build/mixpanel.umd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
var Config = {
88
DEBUG: false,
9-
LIB_VERSION: '2.15.0'
9+
LIB_VERSION: '2.16.0'
1010
};
1111

1212
// since es6 imports are static and we run unit tests from the console, window won't be defined when importing this file

examples/commonjs-browserify/bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
var Config = {
55
DEBUG: false,
6-
LIB_VERSION: '2.15.0'
6+
LIB_VERSION: '2.16.0'
77
};
88

99
// since es6 imports are static and we run unit tests from the console, window won't be defined when importing this file

examples/es2015-babelify/bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ Object.defineProperty(exports, '__esModule', {
557557
});
558558
var Config = {
559559
DEBUG: false,
560-
LIB_VERSION: '2.15.0'
560+
LIB_VERSION: '2.16.0'
561561
};
562562

563563
exports['default'] = Config;

examples/umd-webpack/bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969

7070
var Config = {
7171
DEBUG: false,
72-
LIB_VERSION: '2.15.0'
72+
LIB_VERSION: '2.16.0'
7373
};
7474

7575
// since es6 imports are static and we run unit tests from the console, window won't be defined when importing this file

mixpanel.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var Config = {
22
DEBUG: false,
3-
LIB_VERSION: '2.15.0'
3+
LIB_VERSION: '2.16.0'
44
};
55

66
export default Config;

0 commit comments

Comments
 (0)