Skip to content

Commit 7390b44

Browse files
chore(release): 8.0.3 [skip ci]
## [8.0.3](8.0.2...8.0.3) (2026-01-27) ### Bug Fixes * Missing Node.js type signature for `Parse.initialize` with `masterKey`, `maintenanceKey` ([#2884](#2884)) ([ce8c907](ce8c907))
1 parent 4ee0ac3 commit 7390b44

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

changelogs/CHANGELOG_release.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [8.0.3](https://github.com/parse-community/Parse-SDK-JS/compare/8.0.2...8.0.3) (2026-01-27)
2+
3+
4+
### Bug Fixes
5+
6+
* Missing Node.js type signature for `Parse.initialize` with `masterKey`, `maintenanceKey` ([#2884](https://github.com/parse-community/Parse-SDK-JS/issues/2884)) ([ce8c907](https://github.com/parse-community/Parse-SDK-JS/commit/ce8c907d7f83c22a3c3bb13205f952e7ef37eca8))
7+
18
## [8.0.2](https://github.com/parse-community/Parse-SDK-JS/compare/8.0.1...8.0.2) (2026-01-25)
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse",
3-
"version": "8.0.3-alpha.1",
3+
"version": "8.0.3",
44
"description": "Parse JavaScript SDK",
55
"homepage": "https://parseplatform.org",
66
"keywords": [

0 commit comments

Comments
 (0)