From ac13329e1c9d2dfd2ed1cbe88c3fb4e39c486fd0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 20 May 2023 20:49:08 +0000 Subject: [PATCH] chore(release): 4.1.3 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d2c93e..9501e5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 63fa1a8..d222b1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@parse/push-adapter", - "version": "4.1.2", + "version": "4.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0082ffc..0a9b9c0 100644 --- a/package.json +++ b/package.json @@ -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": [