chore(release): 5.4.3 [skip ci]

## [5.4.3](https://github.com/parse-community/parse-server/compare/5.4.2...5.4.3) (2023-03-22)

### Bug Fixes

* Unable to create new role if `beforeSave` hook exists ([#8474](https://github.com/parse-community/parse-server/issues/8474)) ([4f0f0ec](4f0f0ec4bb))
This commit is contained in:
semantic-release-bot
2023-03-22 20:30:02 +00:00
parent 4f0f0ec4bb
commit e9ae4351a1
3 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
## [5.4.3](https://github.com/parse-community/parse-server/compare/5.4.2...5.4.3) (2023-03-22)
### Bug Fixes
* Unable to create new role if `beforeSave` hook exists ([#8474](https://github.com/parse-community/parse-server/issues/8474)) ([4f0f0ec](https://github.com/parse-community/parse-server/commit/4f0f0ec4bb7334adf64fcbfb80589727dc46906d))
## [5.4.2](https://github.com/parse-community/parse-server/compare/5.4.1...5.4.2) (2023-02-16)

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "parse-server",
"version": "5.4.2",
"version": "5.4.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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