From f1424e6ef1f600bf72269b0f91c41e4b2b3c4c09 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 10 Sep 2024 01:47:56 +0000 Subject: [PATCH] chore(release): 6.0.2 [skip ci] ## [6.0.2](https://github.com/parse-community/node-apn/compare/6.0.1...6.0.2) (2024-09-10) ### Bug Fixes * Incorrect field name `events` instead of `event` in Live Activity push notification payload ([#148](https://github.com/parse-community/node-apn/issues/148)) ([5876a59](https://github.com/parse-community/node-apn/commit/5876a59fcd04c53ccd85ae8ea06a51e2cf119993)) --- 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 79b7a62f..96b8193b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.0.2](https://github.com/parse-community/node-apn/compare/6.0.1...6.0.2) (2024-09-10) + + +### Bug Fixes + +* Incorrect field name `events` instead of `event` in Live Activity push notification payload ([#148](https://github.com/parse-community/node-apn/issues/148)) ([5876a59](https://github.com/parse-community/node-apn/commit/5876a59fcd04c53ccd85ae8ea06a51e2cf119993)) + ## [6.0.1](https://github.com/parse-community/node-apn/compare/6.0.0...6.0.1) (2023-10-20) diff --git a/package-lock.json b/package-lock.json index 17926cf2..9a5e0438 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@parse/node-apn", - "version": "6.0.1", + "version": "6.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1cec0331..d32ff571 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": "6.0.1", + "version": "6.0.2", "author": "Parse Platform, Andrew Naylor ", "keywords": [ "apple",