Skip to content

Commit b8cdf28

Browse files
chore(release): 5.1.0 [skip ci]
# [5.1.0](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](#222)) ([be40b1d](be40b1d))
1 parent be40b1d commit b8cdf28

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [5.1.0](https://github.com/parse-community/parse-server-push-adapter/compare/5.0.2...5.1.0) (2024-03-02)
2+
3+
4+
### Features
5+
6+
* 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))
7+
18
## [5.0.2](https://github.com/parse-community/parse-server-push-adapter/compare/5.0.1...5.0.2) (2023-10-21)
29

310

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@parse/push-adapter",
3-
"version": "5.0.2",
3+
"version": "5.1.0",
44
"description": "Base parse-server-push-adapter",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)