Skip to content

Commit 6bdebc7

Browse files
chore(release): 8.0.0 [skip ci]
# [8.0.0](7.1.0...8.0.0) (2026-03-31) ### Features * Remove support for Node 18 ([#212](#212)) ([3a601b8](3a601b8)) ### BREAKING CHANGES * Removes support for Node 18. ([3a601b8](3a601b8))
1 parent 3a601b8 commit 6bdebc7

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/node-apn/compare/7.1.0...8.0.0) (2026-03-31)
2+
3+
4+
### Features
5+
6+
* Remove support for Node 18 ([#212](https://github.com/parse-community/node-apn/issues/212)) ([3a601b8](https://github.com/parse-community/node-apn/commit/3a601b880928cdf6a181f5b1f36b0e47165912ed))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Removes support for Node 18. ([3a601b8](3a601b8))
12+
113
# [7.1.0](https://github.com/parse-community/node-apn/compare/7.0.1...7.1.0) (2026-01-31)
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,7 +1,7 @@
11
{
22
"name": "@parse/node-apn",
33
"description": "An interface to the Apple Push Notification service for Node.js",
4-
"version": "7.1.0",
4+
"version": "8.0.0",
55
"author": "Parse Platform, Andrew Naylor <argon@mkbot.net>",
66
"keywords": [
77
"apple",

0 commit comments

Comments
 (0)