Skip to content

Commit

Permalink
Prepare 11.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBarba committed Mar 20, 2023
1 parent 47fd5f9 commit 733a638
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

---

## [11.2.0](https://github.com/AndrewBarba/apns2/releases/tag/11.2.0)

1. Define new `Host` enum for specifying APNS host
2. Add `liveactivity` push type

Thank you [278204](https://github.com/278204) and [icodebuster](https://github.com/icodebuster)

## [11.1.0](https://github.com/AndrewBarba/apns2/releases/tag/11.1.0)

1. Accept all options when sending a silent notification
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apns2",
"version": "11.1.0",
"version": "11.2.0",
"description": "Node client for connecting to Apple's Push Notification Service using the new HTTP/2 protocol with JSON web tokens.",
"author": "Andrew Barba <[email protected]>",
"main": "dist/index.js",
Expand Down

0 comments on commit 733a638

Please sign in to comment.