Skip to content

Commit 8143b92

Browse files
chore(release): 2.1.2 [skip ci]
## [2.1.2](v2.1.1...v2.1.2) (2023-12-04) ### Bug Fixes * Prevent event name prefix from being sent to Reporting Service ([#49](#49)) ([f5b4455](f5b4455))
1 parent a6a17fd commit 8143b92

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.1.2](https://github.com/mparticle-integrations/mparticle-javascript-integration-mixpanel/compare/v2.1.1...v2.1.2) (2023-12-04)
2+
3+
4+
### Bug Fixes
5+
6+
* Prevent event name prefix from being sent to Reporting Service ([#49](https://github.com/mparticle-integrations/mparticle-javascript-integration-mixpanel/issues/49)) ([f5b4455](https://github.com/mparticle-integrations/mparticle-javascript-integration-mixpanel/commit/f5b44554a227842733b66d8aaaec2379e389f521))
7+
18
## [2.1.1](https://github.com/mparticle-integrations/mparticle-javascript-integration-mixpanel/compare/v2.1.0...v2.1.1) (2023-10-31)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "@mparticle/web-mixpanel-kit",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"author": "mParticle Developers <[email protected]> (https://www.mparticle.com)",
55
"description": "mParticle integration sdk for Mixpanel",
66
"browser": "dist/MixpanelEventForwarder.common.js",

0 commit comments

Comments
 (0)