Skip to content

Commit

Permalink
v11.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBarba committed Oct 6, 2023
1 parent b1cdaa5 commit f807113
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

---

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

1. Add `Priority.low`
2. Fix options `requestTimeout` and `pingInterval`
3. Convert to [Biome](https://biomejs.dev)

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

1. Define new `Host` enum for specifying APNS host
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.2.0",
"version": "11.3.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 f807113

Please sign in to comment.