Skip to content

Commit b7bf9ff

Browse files
chore(release): 8.0.0 [skip ci]
# [8.0.0](7.0.1...8.0.0) (2025-12-01) ### Features * Remove Node 18 support; add Node 24 support ([#476](#476)) ([f505a4f](f505a4f)) ### BREAKING CHANGES * Removes Node 18 support; add Node 24 support. ([f505a4f](f505a4f))
1 parent f505a4f commit b7bf9ff

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [8.0.0](https://github.com/parse-community/parse-server-push-adapter/compare/7.0.1...8.0.0) (2025-12-01)
2+
3+
4+
### Features
5+
6+
* Remove Node 18 support; add Node 24 support ([#476](https://github.com/parse-community/parse-server-push-adapter/issues/476)) ([f505a4f](https://github.com/parse-community/parse-server-push-adapter/commit/f505a4f9dd8b90d017838deb685ae81fb7fcefd3))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Removes Node 18 support; add Node 24 support. ([f505a4f](f505a4f))
12+
113
## [7.0.1](https://github.com/parse-community/parse-server-push-adapter/compare/7.0.0...7.0.1) (2025-12-01)
214

315

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/push-adapter",
3-
"version": "7.0.1",
3+
"version": "8.0.0",
44
"description": "Base parse-server-push-adapter",
55
"main": "src/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)