chore(release): 8.1.0 [skip ci]

# [8.1.0](https://github.com/parse-community/parse-server/compare/8.0.2...8.1.0) (2025-04-04)

### Bug Fixes

* Parse Server doesn't shutdown gracefully ([#9634](https://github.com/parse-community/parse-server/issues/9634)) ([aed918d](aed918d310))

### Features

* Add Cloud Code triggers `Parse.Cloud.beforeFind(Parse.File)`and `Parse.Cloud.afterFind(Parse.File)` ([#8700](https://github.com/parse-community/parse-server/issues/8700)) ([b2beaa8](b2beaa86ff))
* Add default ACL ([#8701](https://github.com/parse-community/parse-server/issues/8701)) ([12b5d78](12b5d781dc))
* Upgrade Parse JS SDK from 6.0.0 to 6.1.0 ([#9686](https://github.com/parse-community/parse-server/issues/9686)) ([f49c371](f49c371c13))
This commit is contained in:
semantic-release-bot
2025-04-04 02:25:11 +00:00
parent d43517fadf
commit 4fb5bd7b5a
3 changed files with 16 additions and 3 deletions

View File

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