From b8cdf28c38c3155967b1bba62d9ef42c1f05803e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 2 Mar 2024 14:58:14 +0000 Subject: [PATCH] chore(release): 5.1.0 [skip ci] # [5.1.0](https://github.com/parse-community/parse-server-push-adapter/compare/5.0.2...5.1.0) (2024-03-02) ### Features * Send Android push notifications to Firebase Cloud Messaging API (HTTP v1) by setting the push adapter option `firebaseServiceAccount` ([#222](https://github.com/parse-community/parse-server-push-adapter/issues/222)) ([be40b1d](https://github.com/parse-community/parse-server-push-adapter/commit/be40b1dfa1893e00eded9192446b40269d4cb93e)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7e69b4..88f654a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [5.1.0](https://github.com/parse-community/parse-server-push-adapter/compare/5.0.2...5.1.0) (2024-03-02) + + +### Features + +* Send Android push notifications to Firebase Cloud Messaging API (HTTP v1) by setting the push adapter option `firebaseServiceAccount` ([#222](https://github.com/parse-community/parse-server-push-adapter/issues/222)) ([be40b1d](https://github.com/parse-community/parse-server-push-adapter/commit/be40b1dfa1893e00eded9192446b40269d4cb93e)) + ## [5.0.2](https://github.com/parse-community/parse-server-push-adapter/compare/5.0.1...5.0.2) (2023-10-21) diff --git a/package-lock.json b/package-lock.json index 3a8f91a..7032a76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@parse/push-adapter", - "version": "5.0.2", + "version": "5.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@parse/push-adapter", - "version": "5.0.2", + "version": "5.1.0", "license": "MIT", "dependencies": { "@parse/node-apn": "6.0.1", diff --git a/package.json b/package.json index 3dcd6d5..9bd36a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@parse/push-adapter", - "version": "5.0.2", + "version": "5.1.0", "description": "Base parse-server-push-adapter", "main": "lib/index.js", "files": [