Skip to content

Commit 63951ea

Browse files
chore(release): 8.0.0 [skip ci]
# [8.0.0](7.1.2...8.0.0) (2025-12-12) ### Bug Fixes * Security upgrade jws ([#2822](#2822)) ([7d38c06](7d38c06)) ### Code Refactoring * Bump vite from 6.4.1 to 7.2.4 ([#2829](#2829)) ([edec316](edec316)) ### BREAKING CHANGES * This release increases the minimum required Node versions to `20.19.0`, `22.12.0`, and removes support for Node `18.x`, `19.x`. ([edec316](edec316))
1 parent d43c261 commit 63951ea

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

changelogs/CHANGELOG_release.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [8.0.0](https://github.com/parse-community/Parse-SDK-JS/compare/7.1.2...8.0.0) (2025-12-12)
2+
3+
4+
### Bug Fixes
5+
6+
* Security upgrade jws ([#2822](https://github.com/parse-community/Parse-SDK-JS/issues/2822)) ([7d38c06](https://github.com/parse-community/Parse-SDK-JS/commit/7d38c068a275cfde3bbde9a8a0572bb41c78667f))
7+
8+
### Code Refactoring
9+
10+
* Bump vite from 6.4.1 to 7.2.4 ([#2829](https://github.com/parse-community/Parse-SDK-JS/issues/2829)) ([edec316](https://github.com/parse-community/Parse-SDK-JS/commit/edec3168905ff4c52696029743aac2fa82df412a))
11+
12+
13+
### BREAKING CHANGES
14+
15+
* This release increases the minimum required Node versions to `20.19.0`, `22.12.0`, and removes support for Node `18.x`, `19.x`. ([edec316](edec316))
16+
117
## [7.1.2](https://github.com/parse-community/Parse-SDK-JS/compare/7.1.1...7.1.2) (2025-12-01)
218

319

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

0 commit comments

Comments
 (0)