diff --git a/CHANGELOG.md b/CHANGELOG.md index f00e753..4fa8a1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.2.3](https://github.com/parse-community/parse-server-push-adapter/compare/4.2.2...4.2.3) (2023-10-21) + + +### Bug Fixes + +* Security upgrade decode-uri-component from 0.2.0 to 0.2.2 ([#214](https://github.com/parse-community/parse-server-push-adapter/issues/214)) ([16863c0](https://github.com/parse-community/parse-server-push-adapter/commit/16863c09f08fa346462711d906e6fbdc38721222)) + ## [4.2.2](https://github.com/parse-community/parse-server-push-adapter/compare/4.2.1...4.2.2) (2023-10-21) diff --git a/package-lock.json b/package-lock.json index 7dc75c4..1731a89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@parse/push-adapter", - "version": "4.2.2", + "version": "4.2.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 01bc496..54a8ca9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@parse/push-adapter", - "version": "4.2.2", + "version": "4.2.3", "description": "Base parse-server-push-adapter", "main": "lib/index.js", "files": [