Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBarba committed Nov 2, 2023
1 parent 2efb569 commit 48181f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

---

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

1. Add `location` push type
2. Add `pushtotalk` push type

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

1. Add `Priority.low`
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.3.0",
"version": "11.4.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 48181f5

Please sign in to comment.