Skip to content

Commit

Permalink
chore(release): 5.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.6.0](5.5.6...5.6.0) (2023-10-25)

### Features

* Add `$setOnInsert` operator to `Parse.Server.database.update` ([#8790](#8790)) ([c4a4a2a](c4a4a2a))
  • Loading branch information
semantic-release-bot committed Oct 25, 2023
1 parent c4a4a2a commit 4b52366
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions changelogs/CHANGELOG_release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [5.6.0](https://github.com/parse-community/parse-server/compare/5.5.6...5.6.0) (2023-10-25)


### Features

* Add `$setOnInsert` operator to `Parse.Server.database.update` ([#8790](https://github.com/parse-community/parse-server/issues/8790)) ([c4a4a2a](https://github.com/parse-community/parse-server/commit/c4a4a2a09fd23f0d6b9d09c279203413c783854b))

## [5.5.6](https://github.com/parse-community/parse-server/compare/5.5.5...5.5.6) (2023-10-20)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parse-server",
"version": "5.5.6",
"version": "5.6.0",
"description": "An express module providing a Parse-compatible API server",
"main": "lib/index.js",
"repository": {
Expand Down

0 comments on commit 4b52366

Please sign in to comment.