Skip to content

Commit 93021f7

Browse files
chore(release): 8.0.2 [skip ci]
## [8.0.2](8.0.1...8.0.2) (2026-01-25) ### Bug Fixes * Add server-side Cloud Code types for parse/node ([#2855](#2855)) ([98626b6](98626b6)) * Missing export fields cause module resolution errors when used as Parse Server dependency ([#2882](#2882)) ([85877dc](85877dc))
1 parent a160a2e commit 93021f7

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

changelogs/CHANGELOG_release.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [8.0.2](https://github.com/parse-community/Parse-SDK-JS/compare/8.0.1...8.0.2) (2026-01-25)
2+
3+
4+
### Bug Fixes
5+
6+
* Add server-side Cloud Code types for parse/node ([#2855](https://github.com/parse-community/Parse-SDK-JS/issues/2855)) ([98626b6](https://github.com/parse-community/Parse-SDK-JS/commit/98626b6003d2576825d149bfd505a5af66406c2c))
7+
* Missing export fields cause module resolution errors when used as Parse Server dependency ([#2882](https://github.com/parse-community/Parse-SDK-JS/issues/2882)) ([85877dc](https://github.com/parse-community/Parse-SDK-JS/commit/85877dc78980e31791e45e834e5f3e4f65f280d3))
8+
19
## [8.0.1](https://github.com/parse-community/Parse-SDK-JS/compare/8.0.0...8.0.1) (2026-01-15)
210

311

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.2-alpha.2",
3+
"version": "8.0.2",
44
"description": "Parse JavaScript SDK",
55
"homepage": "https://parseplatform.org",
66
"keywords": [

0 commit comments

Comments
 (0)