Skip to content

Commit 4b83f17

Browse files
chore(release): 7.0.0 [skip ci]
# [7.0.0](6.11.0...7.0.0) (2025-10-14) ### Features * Remove Google Cloud Messaging (GCM) API ([#450](#450)) ([69840c6](69840c6)) ### BREAKING CHANGES * This removes the already out-of-service Google Cloud Messaging (GCM) API. ([69840c6](69840c6))
1 parent 69840c6 commit 4b83f17

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [7.0.0](https://github.com/parse-community/parse-server-push-adapter/compare/6.11.0...7.0.0) (2025-10-14)
2+
3+
4+
### Features
5+
6+
* Remove Google Cloud Messaging (GCM) API ([#450](https://github.com/parse-community/parse-server-push-adapter/issues/450)) ([69840c6](https://github.com/parse-community/parse-server-push-adapter/commit/69840c674c7483e826cc39113a658d7e6a9d4c06))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* This removes the already out-of-service Google Cloud Messaging (GCM) API. ([69840c6](69840c6))
12+
113
# [6.11.0](https://github.com/parse-community/parse-server-push-adapter/compare/6.10.0...6.11.0) (2025-03-16)
214

315

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@parse/push-adapter",
3-
"version": "6.11.0",
3+
"version": "7.0.0",
44
"description": "Base parse-server-push-adapter",
55
"main": "src/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)