Skip to content

Commit

Permalink
chore(release): 2.31.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.31.1](v2.31.0...v2.31.1) (2025-01-06)

### Bug Fixes

* Check for uploader to prevent errors when calling upload() too early ([#938](#938)) ([4342b0a](4342b0a))
* Forward user attributes to kits properly when kit blocking is enabled and unplanned UAs are allowed ([#947](#947)) ([fdbc6ba](fdbc6ba))
  • Loading branch information
mparticle-automation committed Jan 6, 2025
1 parent cc37d01 commit 62c7707
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.31.1](https://github.com/mParticle/mparticle-web-sdk/compare/v2.31.0...v2.31.1) (2025-01-06)


### Bug Fixes

* Check for uploader to prevent errors when calling upload() too early ([#938](https://github.com/mParticle/mparticle-web-sdk/issues/938)) ([4342b0a](https://github.com/mParticle/mparticle-web-sdk/commit/4342b0a6f9089d8694686afa48e1f46906398997))
* Forward user attributes to kits properly when kit blocking is enabled and unplanned UAs are allowed ([#947](https://github.com/mParticle/mparticle-web-sdk/issues/947)) ([fdbc6ba](https://github.com/mParticle/mparticle-web-sdk/commit/fdbc6baf509f4816bcc835e1b5b7105d40faa05e))

# [2.31.0](https://github.com/mParticle/mparticle-web-sdk/compare/v2.30.4...v2.31.0) (2024-12-11)


Expand Down
4 changes: 2 additions & 2 deletions 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-sdk",
"version": "2.31.0",
"version": "2.31.1",
"description": "mParticle core SDK for web applications",
"license": "Apache-2.0",
"keywords": [
Expand Down

0 comments on commit 62c7707

Please sign in to comment.