From 888ddba8440b9931f2166b907f4d3383a8f24450 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 21 Oct 2023 11:01:00 +0000 Subject: [PATCH] chore(release): 5.0.0 [skip ci] # [5.0.0](https://github.com/parse-community/parse-server-push-adapter/compare/4.2.5...5.0.0) (2023-10-21) ### Features * Upgrade to node-apn 6.0.1, parse 4.2.0 ([#227](https://github.com/parse-community/parse-server-push-adapter/issues/227)) ([615e730](https://github.com/parse-community/parse-server-push-adapter/commit/615e73012056c6702a9f7eb1ab9359f7f88b8efc)) ### BREAKING CHANGES * This release removes support for Node 12; the minimum required version is Node 14. ([615e730](615e730)) --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b43e273..1082b1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [5.0.0](https://github.com/parse-community/parse-server-push-adapter/compare/4.2.5...5.0.0) (2023-10-21) + + +### Features + +* Upgrade to node-apn 6.0.1, parse 4.2.0 ([#227](https://github.com/parse-community/parse-server-push-adapter/issues/227)) ([615e730](https://github.com/parse-community/parse-server-push-adapter/commit/615e73012056c6702a9f7eb1ab9359f7f88b8efc)) + + +### BREAKING CHANGES + +* This release removes support for Node 12; the minimum required version is Node 14. ([615e730](615e730)) + ## [4.2.5](https://github.com/parse-community/parse-server-push-adapter/compare/4.2.4...4.2.5) (2023-10-21) diff --git a/package-lock.json b/package-lock.json index 212f67b..f2712a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@parse/push-adapter", - "version": "4.2.5", + "version": "5.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@parse/push-adapter", - "version": "4.2.5", + "version": "5.0.0", "license": "MIT", "dependencies": { "@parse/node-apn": "6.0.1", diff --git a/package.json b/package.json index c350ec1..0fc44ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@parse/push-adapter", - "version": "4.2.5", + "version": "5.0.0", "description": "Base parse-server-push-adapter", "main": "lib/index.js", "files": [