Skip to content

Commit d43c261

Browse files
authored
build: Release (#2831)
2 parents 06087ce + 7bde22a commit d43c261

File tree

5 files changed

+1132
-793
lines changed

5 files changed

+1132
-793
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,10 @@ jobs:
7777
strategy:
7878
matrix:
7979
include:
80-
- name: Node 18
81-
NODE_VERSION: 18.20.4
8280
- name: Node 20
83-
NODE_VERSION: 20.15.1
81+
NODE_VERSION: 20.19.0
8482
- name: Node 22
85-
NODE_VERSION: 22.4.1
83+
NODE_VERSION: 22.12.0
8684
- name: Node 24
8785
NODE_VERSION: 24.1.0
8886
fail-fast: false

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.15.0
1+
20.19.0

changelogs/CHANGELOG_alpha.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# [8.0.0-alpha.1](https://github.com/parse-community/Parse-SDK-JS/compare/7.1.3-alpha.1...8.0.0-alpha.1) (2025-12-12)
2+
3+
4+
### Code Refactoring
5+
6+
* 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))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* 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))
12+
13+
## [7.1.3-alpha.1](https://github.com/parse-community/Parse-SDK-JS/compare/7.1.2...7.1.3-alpha.1) (2025-12-04)
14+
15+
16+
### Bug Fixes
17+
18+
* 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))
19+
120
## [7.1.2-alpha.1](https://github.com/parse-community/Parse-SDK-JS/compare/7.1.1...7.1.2-alpha.1) (2025-12-01)
221

322

0 commit comments

Comments
 (0)