Skip to content

Commit

Permalink
chore(release): 4.1.3 [skip ci]
Browse files Browse the repository at this point in the history
## [4.1.3](4.1.2...4.1.3) (2023-05-20)

### Bug Fixes

* Validate push notification payload; fixes a security vulnerability in which the adapter can crash Parse Server due to an invalid push notification payload ([#217](#217)) ([598cb84](598cb84))
  • Loading branch information
semantic-release-bot committed May 20, 2023
1 parent 598cb84 commit ac13329
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.1.3](https://github.com/parse-community/parse-server-push-adapter/compare/4.1.2...4.1.3) (2023-05-20)


### Bug Fixes

* Validate push notification payload; fixes a security vulnerability in which the adapter can crash Parse Server due to an invalid push notification payload ([#217](https://github.com/parse-community/parse-server-push-adapter/issues/217)) ([598cb84](https://github.com/parse-community/parse-server-push-adapter/commit/598cb84d0866b7c5850ca96af920e8cb5ba243ec))

## [4.1.2](https://github.com/parse-community/parse-server-push-adapter/compare/4.1.1...4.1.2) (2022-03-27)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parse/push-adapter",
"version": "4.1.2",
"version": "4.1.3",
"description": "Base parse-server-push-adapter",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit ac13329

Please sign in to comment.