chore(release): 4.10.13 [skip ci]

## [4.10.13](https://github.com/parse-community/parse-server/compare/4.10.12...4.10.13) (2022-06-30)

### Bug Fixes

* protected fields exposed via LiveQuery; this removes protected fields from the client response; this may be a breaking change if your app is currently expecting to receive these protected fields ([GHSA-crrq-vr9j-fxxh](https://github.com/parse-community/parse-server/security/advisories/GHSA-crrq-vr9j-fxxh)) ([#8074](https://github.com/parse-community/parse-server/issues/8074)) ([054f3e6](054f3e6ab0))
This commit is contained in:
semantic-release-bot
2022-06-30 10:38:27 +00:00
parent 054f3e6ab0
commit 4748e9bbd3
3 changed files with 9 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "parse-server",
"version": "4.10.12",
"version": "4.10.13",
"description": "An express module providing a Parse-compatible API server",
"main": "lib/index.js",
"repository": {