diff --git a/CHANGELOG.md b/CHANGELOG.md index ac46242..f7df377 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ --- +## [12.1.0](https://github.com/AndrewBarba/apns2/releases/tag/12.1.0) + +1. Add back commonjs support + ## [12.0.0](https://github.com/AndrewBarba/apns2/releases/tag/12.0.0) 1. Migrate to Undici v7 diff --git a/package.json b/package.json index b0b8700..7ea103b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apns2", - "version": "12.1.0-beta.2", + "version": "12.1.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 ", "license": "MIT",