Skip to content

Commit 7d6d874

Browse files
chore(release): 5.2.0 [skip ci]
# [5.2.0](5.1.1...5.2.0) (2024-03-30) ### Features * Add backwards compatibility with APNS payloads when using Firebase Cloud Messaging API (HTTP v1) ([#234](#234)) ([b9a41d1](b9a41d1))
1 parent b9a41d1 commit 7d6d874

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.2.0](https://github.com/parse-community/parse-server-push-adapter/compare/5.1.1...5.2.0) (2024-03-30)
2+
3+
4+
### Features
5+
6+
* Add backwards compatibility with APNS payloads when using Firebase Cloud Messaging API (HTTP v1) ([#234](https://github.com/parse-community/parse-server-push-adapter/issues/234)) ([b9a41d1](https://github.com/parse-community/parse-server-push-adapter/commit/b9a41d1d8b11792911a2bb9abb8649465f5eff15))
7+
18
## [5.1.1](https://github.com/parse-community/parse-server-push-adapter/compare/5.1.0...5.1.1) (2024-03-02)
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.1.1",
3+
"version": "5.2.0",
44
"description": "Base parse-server-push-adapter",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)