Skip to content

Commit e4ec438

Browse files
chore(release): 2.1.1 [skip ci]
## [2.1.1](v2.1.0...v2.1.1) (2023-10-31) ### Bug Fixes * Split out logout function from onUserIdentified ([#45](#45)) ([391517d](391517d))
1 parent 3283e3a commit e4ec438

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1+
## [2.1.1](https://github.com/mparticle-integrations/mparticle-javascript-integration-mixpanel/compare/v2.1.0...v2.1.1) (2023-10-31)
2+
3+
4+
### Bug Fixes
5+
6+
* Split out logout function from onUserIdentified ([#45](https://github.com/mparticle-integrations/mparticle-javascript-integration-mixpanel/issues/45)) ([391517d](https://github.com/mparticle-integrations/mparticle-javascript-integration-mixpanel/commit/391517da16d08bdc231c502d10a3876a62e9cd40))
7+
18
## Releases
29

310
--
411
#### 2.1.0 - 2021-06-28
512

6-
- feat: Support EU Data Residency
13+
- feat: Support EU Data Residency

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.0",
3+
"version": "2.1.1",
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)