Skip to content

Commit b2ee111

Browse files
chore(release): 2.62.0 [skip ci]
# [2.62.0](v2.61.0...v2.62.0) (2026-04-08) ### Features * Enable TypeScript declaration output with dual public/internal entry points ([#1243](#1243)) ([c21436a](c21436a))
1 parent fe146c7 commit b2ee111

3 files changed

Lines changed: 13 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.62.0](https://github.com/mParticle/mparticle-web-sdk/compare/v2.61.0...v2.62.0) (2026-04-08)
2+
3+
4+
### Features
5+
6+
* Enable TypeScript declaration output with dual public/internal entry points ([#1243](https://github.com/mParticle/mparticle-web-sdk/issues/1243)) ([c21436a](https://github.com/mParticle/mparticle-web-sdk/commit/c21436a968e322ab2be3971391588ccd22c68cf3))
7+
18
# [2.61.0](https://github.com/mParticle/mparticle-web-sdk/compare/v2.60.1...v2.61.0) (2026-04-07)
29

310

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: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mparticle/web-sdk",
3-
"version": "2.61.0",
3+
"version": "2.62.0",
44
"description": "mParticle core SDK for web applications",
55
"license": "Apache-2.0",
66
"keywords": [
@@ -25,7 +25,9 @@
2525
"types": "dist/types/src/public-types.d.ts",
2626
"typesVersions": {
2727
"*": {
28-
"internal": ["dist/types/src/internal-types.d.ts"]
28+
"internal": [
29+
"dist/types/src/internal-types.d.ts"
30+
]
2931
}
3032
},
3133
"repository": "https://github.com/mParticle/mparticle-web-sdk",

0 commit comments

Comments
 (0)