diff --git a/CHANGELOG.md b/CHANGELOG.md index d6f24bf..b43e273 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.2.5](https://github.com/parse-community/parse-server-push-adapter/compare/4.2.4...4.2.5) (2023-10-21) + + +### Bug Fixes + +* Security upgrade json-schema and jsprim ([#226](https://github.com/parse-community/parse-server-push-adapter/issues/226)) ([83ca68f](https://github.com/parse-community/parse-server-push-adapter/commit/83ca68f028222a38cdcb7d8a7296509a1189b258)) + ## [4.2.4](https://github.com/parse-community/parse-server-push-adapter/compare/4.2.3...4.2.4) (2023-10-21) diff --git a/package-lock.json b/package-lock.json index 5d6eb0e..2a2c084 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@parse/push-adapter", - "version": "4.2.4", + "version": "4.2.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cf37137..ac77053 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@parse/push-adapter", - "version": "4.2.4", + "version": "4.2.5", "description": "Base parse-server-push-adapter", "main": "lib/index.js", "files": [