Skip to content

Commit

Permalink
chore(release): 6.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Oct 19, 2023
1 parent f203bc1 commit 88915ae
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"keywords": [
"apple",
Expand Down

0 comments on commit 88915ae

Please sign in to comment.