diff --git a/CHANGELOG.md b/CHANGELOG.md index fadd5e44..5d8d1068 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [6.0.0](https://github.com/parse-community/node-apn/compare/5.2.3...6.0.0) (2023-10-19) + + +### Features + +* 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)) + + +### BREAKING CHANGES + +* This release removes support for Node 12; the minimum required version is Node 14. ([f203bc1](f203bc1)) + ## [5.2.3](https://github.com/parse-community/node-apn/compare/5.2.2...5.2.3) (2023-07-21) diff --git a/package-lock.json b/package-lock.json index d66bab42..2331ca17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@parse/node-apn", - "version": "5.2.3", + "version": "6.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 408d5e32..c85238a7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@parse/node-apn", "description": "An interface to the Apple Push Notification service for Node.js", - "version": "5.2.3", + "version": "6.0.0", "author": "Parse Platform, Andrew Naylor ", "keywords": [ "apple",