Skip to content

Commit f4c5dbf

Browse files
chore(release): 7.0.0 [skip ci]
# [7.0.0](6.5.0...7.0.0) (2025-12-01) ### Bug Fixes * Security upgrade node-forge from 1.3.1 to 1.3.2 ([#185](#185)) ([2025512](2025512)) ### Features * Remove support for Node 14 and 16; add support for Node 22 and 24 ([#186](#186)) ([9deedb3](9deedb3)) ### BREAKING CHANGES * Removes support for Node 14 and 16; adds support for Node 22 and 24. ([9deedb3](9deedb3))
1 parent 757dc71 commit f4c5dbf

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [7.0.0](https://github.com/parse-community/node-apn/compare/6.5.0...7.0.0) (2025-12-01)
2+
3+
4+
### Bug Fixes
5+
6+
* Security upgrade node-forge from 1.3.1 to 1.3.2 ([#185](https://github.com/parse-community/node-apn/issues/185)) ([2025512](https://github.com/parse-community/node-apn/commit/20255123d68eab58714dc7dca8da29cdf277bc0d))
7+
8+
### Features
9+
10+
* Remove support for Node 14 and 16; add support for Node 22 and 24 ([#186](https://github.com/parse-community/node-apn/issues/186)) ([9deedb3](https://github.com/parse-community/node-apn/commit/9deedb344296171f4244d65669928548fc3933e3))
11+
12+
13+
### BREAKING CHANGES
14+
15+
* Removes support for Node 14 and 16; adds support for Node 22 and 24. ([9deedb3](9deedb3))
16+
117
# [6.5.0](https://github.com/parse-community/node-apn/compare/6.4.3...6.5.0) (2025-03-13)
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,7 +1,7 @@
11
{
22
"name": "@parse/node-apn",
33
"description": "An interface to the Apple Push Notification service for Node.js",
4-
"version": "6.5.0",
4+
"version": "7.0.0",
55
"author": "Parse Platform, Andrew Naylor <argon@mkbot.net>",
66
"keywords": [
77
"apple",

0 commit comments

Comments
 (0)