Skip to content

Commit 6e845ac

Browse files
chore(release): 6.5.0 [skip ci]
# [6.5.0](6.4.1...6.5.0) (2024-08-02) ### Features * Add Firebase Cloud Messaging (FCM) HTTP/2 support and option `fcmEnableLegacyHttpTransport` to use legacy HTTP/1.1 ([#274](#274)) ([70e6b6f](70e6b6f))
1 parent 70e6b6f commit 6e845ac

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+
# [6.5.0](https://github.com/parse-community/parse-server-push-adapter/compare/6.4.1...6.5.0) (2024-08-02)
2+
3+
4+
### Features
5+
6+
* Add Firebase Cloud Messaging (FCM) HTTP/2 support and option `fcmEnableLegacyHttpTransport` to use legacy HTTP/1.1 ([#274](https://github.com/parse-community/parse-server-push-adapter/issues/274)) ([70e6b6f](https://github.com/parse-community/parse-server-push-adapter/commit/70e6b6f4db6d410872b7bd24ea83b5d0639f9276))
7+
18
## [6.4.1](https://github.com/parse-community/parse-server-push-adapter/compare/6.4.0...6.4.1) (2024-07-08)
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": "6.4.1",
3+
"version": "6.5.0",
44
"description": "Base parse-server-push-adapter",
55
"main": "src/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)