diff --git a/changelogs/CHANGELOG.md b/changelogs/CHANGELOG.md index ea967668f1..73cbb20e08 100644 --- a/changelogs/CHANGELOG.md +++ b/changelogs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.10.6](https://github.com/parse-community/parse-server/compare/4.10.5...4.10.6) (2022-02-12) + + +### Bug Fixes + +* update graphql dependencies to work with Parse Dashboard ([#7658](https://github.com/parse-community/parse-server/issues/7658)) ([350ecde](https://github.com/parse-community/parse-server/commit/350ecdee590f1b9d721895b2c79306c01622c3fc)) + ## [4.10.5](https://github.com/parse-community/parse-server/compare/4.10.4...4.10.5) (2022-02-12) diff --git a/package-lock.json b/package-lock.json index 60938bd7c2..d089bdcb36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "parse-server", - "version": "4.10.5", + "version": "4.10.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 110591ed9a..9ff679d4ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-server", - "version": "4.10.5", + "version": "4.10.6", "description": "An express module providing a Parse-compatible API server", "main": "lib/index.js", "repository": {