diff --git a/changelogs/CHANGELOG_release.md b/changelogs/CHANGELOG_release.md index 0244c791..1073fb1d 100644 --- a/changelogs/CHANGELOG_release.md +++ b/changelogs/CHANGELOG_release.md @@ -1,3 +1,10 @@ +## [8.2.5](https://github.com/parse-community/parse-server/compare/8.2.4...8.2.5) (2025-10-02) + + +### Bug Fixes + +* GraphQL playground shows blank page ([#9858](https://github.com/parse-community/parse-server/issues/9858)) ([7b5395c](https://github.com/parse-community/parse-server/commit/7b5395c5d481235c022d96603280672366a50715)) + ## [8.2.4](https://github.com/parse-community/parse-server/compare/8.2.3...8.2.4) (2025-09-01) diff --git a/package-lock.json b/package-lock.json index b1308376..0c4f4c46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "parse-server", - "version": "8.2.5-alpha.1", + "version": "8.2.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "parse-server", - "version": "8.2.5-alpha.1", + "version": "8.2.5", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 84d45b51..1de63219 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-server", - "version": "8.2.5-alpha.1", + "version": "8.2.5", "description": "An express module providing a Parse-compatible API server", "main": "lib/index.js", "repository": {