Skip to content

Commit

Permalink
chore: Update version to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmi22186 committed Oct 24, 2024
1 parent 440afc5 commit 8080981
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

--

## 4.2.0 - 2024-10-24

- fix: Report purchase events to mParticle when bundling ecommerce data [#50](https://github.com/mparticle-integrations/mparticle-javascript-integration-braze/pull/50)
- feat: Implement Google EU Consent [#51](https://github.com/mparticle-integrations/mparticle-javascript-integration-braze/pull/51)

## 4.1.5 - 2024-05-07

- fix: Allow any userIdentificationType to be used when initializing kit (#48)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mparticle/web-braze-kit",
"version": "4.1.5",
"version": "4.2.0",
"author": "mParticle Developers <[email protected]> (https://www.mparticle.com)",
"description": "mParticle integration sdk for Braze",
"main": "dist/BrazeKit.common.js",
Expand Down
2 changes: 1 addition & 1 deletion src/BrazeKit-dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ window.braze = require('@braze/web-sdk');
var name = 'Appboy',
suffix = 'v4',
moduleId = 28,
version = '4.1.5',
version = '4.2.0',
MessageType = {
PageView: 3,
PageEvent: 4,
Expand Down

0 comments on commit 8080981

Please sign in to comment.