From 650c3eb08ebbea0ac152ebe9d4678bc37d1a1623 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 16 Jul 2023 11:56:36 +0000 Subject: [PATCH] chore(release): 5.2.0 [skip ci] # [5.2.0](https://github.com/parse-community/node-apn/compare/5.1.3...5.2.0) (2023-07-16) ### Features * Add support for Live Activity with ActivityKit push notifications ([#130](https://github.com/parse-community/node-apn/issues/130)) ([80717cd](https://github.com/parse-community/node-apn/commit/80717cd6c3a3341c90d3a6ea73fe64c663de8c8a)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50f58394..e4b517a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [5.2.0](https://github.com/parse-community/node-apn/compare/5.1.3...5.2.0) (2023-07-16) + + +### Features + +* Add support for Live Activity with ActivityKit push notifications ([#130](https://github.com/parse-community/node-apn/issues/130)) ([80717cd](https://github.com/parse-community/node-apn/commit/80717cd6c3a3341c90d3a6ea73fe64c663de8c8a)) + ## [5.1.3](https://github.com/parse-community/node-apn/compare/5.1.2...5.1.3) (2022-03-27) diff --git a/package-lock.json b/package-lock.json index c6e8c49e..af17732b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@parse/node-apn", - "version": "5.1.3", + "version": "5.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 413ee60a..b8858e26 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@parse/node-apn", "description": "An interface to the Apple Push Notification service for Node.js", - "version": "5.1.3", + "version": "5.2.0", "author": "Parse Platform, Andrew Naylor ", "keywords": [ "apple",