Skip to content

Commit b67b88b

Browse files
committedMay 4, 2024
chore(release): 6.1.0 [skip ci]
# [6.1.0](6.0.0...6.1.0) (2024-05-04) ### Features * Add support for web push notifications ([#239](#239)) ([93b6a48](93b6a48))
1 parent 93b6a48 commit b67b88b

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.1.0](https://github.com/parse-community/parse-server-push-adapter/compare/6.0.0...6.1.0) (2024-05-04)
2+
3+
4+
### Features
5+
6+
* Add support for web push notifications ([#239](https://github.com/parse-community/parse-server-push-adapter/issues/239)) ([93b6a48](https://github.com/parse-community/parse-server-push-adapter/commit/93b6a48890bb78bce19d778aa74751a8f515fe56))
7+
18
# [6.0.0](https://github.com/parse-community/parse-server-push-adapter/compare/5.2.0...6.0.0) (2024-03-30)
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.0.0",
3+
"version": "6.1.0",
44
"description": "Base parse-server-push-adapter",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)
Please sign in to comment.