chore(release): 6.0.0-alpha.25 [skip ci]

# [6.0.0-alpha.25](https://github.com/parse-community/parse-server/compare/6.0.0-alpha.24...6.0.0-alpha.25) (2023-01-16)

### Features

* Add `ParseQuery.watch` to trigger LiveQuery only on update of specific fields ([#8028](https://github.com/parse-community/parse-server/issues/8028)) ([fc92faa](fc92faac75))
This commit is contained in:
semantic-release-bot
2023-01-16 11:33:27 +00:00
parent fc92faac75
commit eb0311b570
3 changed files with 10 additions and 3 deletions

View File

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