Skip to content

Commit b7c340d

Browse files
authored
build: release 5.1.0 (#89)
1 parent 41d50d3 commit b7c340d

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

ChangeLog.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
## Changelog
1+
# Changelog
2+
3+
# 5.1.0
4+
5+
### Features
6+
- Add support for iOS 15 property interruption-level ([#83](https://github.com/parse-community/node-apn/pull/83))
7+
- Add support for target-content-id notification property ([#84](https://github.com/parse-community/node-apn/pull/84))
8+
29
5.0.0
310
* Drop support for node versions prior to 12 - those node versions have bugs in the http2 library.
411
* Support MultiProvider and MultiClient to use a round-robin client for HTTP2.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@parse/node-apn",
33
"description": "An interface to the Apple Push Notification service for Node.js",
4-
"version": "5.0.0",
4+
"version": "5.1.0",
55
"author": "Andrew Naylor <[email protected]>",
66
"keywords": [
77
"apple",

0 commit comments

Comments
 (0)