Skip to content

Commit 90741a6

Browse files
committedMar 2, 2024
chore(release): 5.1.1 [skip ci]
## [5.1.1](5.1.0...5.1.1) (2024-03-02) ### Bug Fixes * Security upgrade firebase-admin from 11.10.1 to 12.0.0 ([#231](#231)) ([2c3d61d](2c3d61d))
1 parent 2c3d61d commit 90741a6

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.1](https://github.com/parse-community/parse-server-push-adapter/compare/5.1.0...5.1.1) (2024-03-02)
2+
3+
4+
### Bug Fixes
5+
6+
* Security upgrade firebase-admin from 11.10.1 to 12.0.0 ([#231](https://github.com/parse-community/parse-server-push-adapter/issues/231)) ([2c3d61d](https://github.com/parse-community/parse-server-push-adapter/commit/2c3d61deac9665c42ee8d41f14a04930758eea1c))
7+
18
# [5.1.0](https://github.com/parse-community/parse-server-push-adapter/compare/5.0.2...5.1.0) (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.0",
3+
"version": "5.1.1",
44
"description": "Base parse-server-push-adapter",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)
Please sign in to comment.