Skip to content

Commit 888ddba

Browse files
chore(release): 5.0.0 [skip ci]
# [5.0.0](4.2.5...5.0.0) (2023-10-21) ### Features * Upgrade to node-apn 6.0.1, parse 4.2.0 ([#227](#227)) ([615e730](615e730)) ### BREAKING CHANGES * This release removes support for Node 12; the minimum required version is Node 14. ([615e730](615e730))
1 parent 615e730 commit 888ddba

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [5.0.0](https://github.com/parse-community/parse-server-push-adapter/compare/4.2.5...5.0.0) (2023-10-21)
2+
3+
4+
### Features
5+
6+
* 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))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* This release removes support for Node 12; the minimum required version is Node 14. ([615e730](615e730))
12+
113
## [4.2.5](https://github.com/parse-community/parse-server-push-adapter/compare/4.2.4...4.2.5) (2023-10-21)
214

315

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@parse/push-adapter",
3-
"version": "4.2.5",
3+
"version": "5.0.0",
44
"description": "Base parse-server-push-adapter",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)