Skip to content

Commit 12341f0

Browse files
chore(release): 2.51.0 [skip ci]
# [2.51.0](v2.50.1...v2.51.0) (2025-12-10) ### Bug Fixes * Refactor extend() to handle prototype pollution cases in object merging ([#1125](#1125)) ([b16bdd2](b16bdd2)) ### Features * Add collection of Snap cookie1 ([#1118](#1118)) ([22490c6](22490c6))
1 parent 0cff4ad commit 12341f0

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.51.0](https://github.com/mParticle/mparticle-web-sdk/compare/v2.50.1...v2.51.0) (2025-12-10)
2+
3+
4+
### Bug Fixes
5+
6+
* Refactor extend() to handle prototype pollution cases in object merging ([#1125](https://github.com/mParticle/mparticle-web-sdk/issues/1125)) ([b16bdd2](https://github.com/mParticle/mparticle-web-sdk/commit/b16bdd2413f5d54fba4ce7d7b08e0348d39ddea8))
7+
8+
9+
### Features
10+
11+
* Add collection of Snap cookie1 ([#1118](https://github.com/mParticle/mparticle-web-sdk/issues/1118)) ([22490c6](https://github.com/mParticle/mparticle-web-sdk/commit/22490c6554bf990fe0871ea8f8c6b9ab33ade5ed))
12+
113
## [2.50.1](https://github.com/mParticle/mparticle-web-sdk/compare/v2.50.0...v2.50.1) (2025-11-20)
214

315
# [2.50.0](https://github.com/mParticle/mparticle-web-sdk/compare/v2.49.0...v2.50.0) (2025-11-13)

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-sdk",
3-
"version": "2.50.1",
3+
"version": "2.51.0",
44
"description": "mParticle core SDK for web applications",
55
"license": "Apache-2.0",
66
"keywords": [

0 commit comments

Comments
 (0)