Skip to content

Commit

Permalink
chore: Update version to 4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rmi22186 committed Sep 25, 2023
1 parent 37b0670 commit 52769fd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

--

## 4.1.3 - 2023-09-25

- fix: Add custom logging for onUserIdentified [#42](https://github.com/mparticle-integrations/mparticle-javascript-integration-braze/pull/42))

## 4.1.2 - 2023-07-25

- fix: Set MPID before open session ([#41](https://github.com/mparticle-integrations/mparticle-javascript-integration-braze/pull/41))
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.2",
"version": "4.1.3",
"author": "mParticle Developers <developers@mparticle.com> (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.2',
version = '4.1.3',
MessageType = {
PageView: 3,
PageEvent: 4,
Expand Down

0 comments on commit 52769fd

Please sign in to comment.