From 2cc049bb4cf77f662ab15796eaeaace404458674 Mon Sep 17 00:00:00 2001 From: Andrew Barba Date: Thu, 19 Sep 2024 11:22:57 -0400 Subject: [PATCH] v11.7.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 520d8d1..c95ede8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ --- +## [11.7.1](https://github.com/AndrewBarba/apns2/releases/tag/11.7.1) + +1. Fix issue with `expiration` option [#88](https://github.com/AndrewBarba/apns2/issues/88) + ## [11.7.0](https://github.com/AndrewBarba/apns2/releases/tag/11.7.0) 1. Update `fast-jwt` to v4 diff --git a/package.json b/package.json index 6cb4b4a..65a86aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apns2", - "version": "11.7.0", + "version": "11.7.1", "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",