diff --git a/CHANGELOG.md b/CHANGELOG.md index bfdb898..cc9524f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [6.0.0](https://github.com/parse-community/parse-server-push-adapter/compare/5.2.0...6.0.0) (2024-03-30) + + +### Features + +* Remove Node 14 and 16 support ([#236](https://github.com/parse-community/parse-server-push-adapter/issues/236)) ([bb0ff82](https://github.com/parse-community/parse-server-push-adapter/commit/bb0ff82a04ca07f02f10c1639b3aa89835aedbf0)) + + +### BREAKING CHANGES + +* Removes support for Node 14 and 16 ([bb0ff82](bb0ff82)) + # [5.2.0](https://github.com/parse-community/parse-server-push-adapter/compare/5.1.1...5.2.0) (2024-03-30) diff --git a/package-lock.json b/package-lock.json index c2dcdc5..aa4033a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@parse/push-adapter", - "version": "5.2.0", + "version": "6.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@parse/push-adapter", - "version": "5.2.0", + "version": "6.0.0", "license": "MIT", "dependencies": { "@parse/node-apn": "6.0.1", diff --git a/package.json b/package.json index af341d4..3ec347e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@parse/push-adapter", - "version": "5.2.0", + "version": "6.0.0", "description": "Base parse-server-push-adapter", "main": "lib/index.js", "files": [