From f807113bee1d1188e8e3e0a3d701aae78b599c98 Mon Sep 17 00:00:00 2001 From: Andrew Barba Date: Thu, 5 Oct 2023 22:51:58 -0400 Subject: [PATCH] v11.3.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b1dd8c..583cf8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 7cfbcf8..5ee6816 100644 --- a/package.json +++ b/package.json @@ -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 ", "main": "dist/index.js",