Skip to content

Commit 91c4d31

Browse files
committed
v2.22.2
1 parent 2a2b90f commit 91c4d31

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
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.22.1'
5+
LIB_VERSION: '2.22.2'
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.22.1'
5+
LIB_VERSION: '2.22.2'
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.22.1'
6+
LIB_VERSION: '2.22.2'
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.22.1'
9+
LIB_VERSION: '2.22.2'
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.22.1'
6+
LIB_VERSION: '2.22.2'
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
@@ -594,7 +594,7 @@ Object.defineProperty(exports, '__esModule', {
594594
});
595595
var Config = {
596596
DEBUG: false,
597-
LIB_VERSION: '2.22.1'
597+
LIB_VERSION: '2.22.2'
598598
};
599599

600600
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.22.1'
72+
LIB_VERSION: '2.22.2'
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-jslib-snippet.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.

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mixpanel-browser",
3-
"version": "2.22.1",
3+
"version": "2.22.2",
44
"description": "The official Mixpanel JavaScript browser client library",
55
"main": "build/mixpanel.cjs.js",
66
"directories": {

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.22.1'
3+
LIB_VERSION: '2.22.2'
44
};
55

66
export default Config;

0 commit comments

Comments
 (0)