Skip to content

Commit 88915ae

Browse files
chore(release): 6.0.0 [skip ci]
# [6.0.0](5.2.3...6.0.0) (2023-10-19) ### Features * Add support for Node 18, 20 drop support for Node 12 ([#137](#137)) ([f203bc1](f203bc1)) ### BREAKING CHANGES * This release removes support for Node 12; the minimum required version is Node 14. ([f203bc1](f203bc1))
1 parent f203bc1 commit 88915ae

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [6.0.0](https://github.com/parse-community/node-apn/compare/5.2.3...6.0.0) (2023-10-19)
2+
3+
4+
### Features
5+
6+
* Add support for Node 18, 20 drop support for Node 12 ([#137](https://github.com/parse-community/node-apn/issues/137)) ([f203bc1](https://github.com/parse-community/node-apn/commit/f203bc1c6d1e72a5b0689368220ec109d347003a))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* This release removes support for Node 12; the minimum required version is Node 14. ([f203bc1](f203bc1))
12+
113
## [5.2.3](https://github.com/parse-community/node-apn/compare/5.2.2...5.2.3) (2023-07-21)
214

315

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "5.2.3",
4+
"version": "6.0.0",
55
"author": "Parse Platform, Andrew Naylor <argon@mkbot.net>",
66
"keywords": [
77
"apple",

0 commit comments

Comments
 (0)