Skip to content

Commit

Permalink
chore(release): 2.30.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.30.0](v2.29.1...v2.30.0) (2024-05-07)

### Bug Fixes

* **objectrepository:** fix SonarCloud minor issues ([6696cab](6696cab))

### Features

* **index:** export Store and ObjectRepository ([8b6e4e7](8b6e4e7))
* **index:** expose cacheDbEnum and storeScopeEnum ([b52f6f2](b52f6f2))
  • Loading branch information
semantic-release-bot committed May 7, 2024
1 parent ea1bb37 commit ff00a44
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.30.0](https://github.com/kuzzleio/kuzzle/compare/v2.29.1...v2.30.0) (2024-05-07)


### Bug Fixes

* **objectrepository:** fix SonarCloud minor issues ([6696cab](https://github.com/kuzzleio/kuzzle/commit/6696cab5b7c8e9bd75434383fa1c166b2ed7c085))


### Features

* **index:** export Store and ObjectRepository ([8b6e4e7](https://github.com/kuzzleio/kuzzle/commit/8b6e4e74f888c59d2d9d485a11951f513b9c63aa))
* **index:** expose cacheDbEnum and storeScopeEnum ([b52f6f2](https://github.com/kuzzleio/kuzzle/commit/b52f6f20b84b9b38484f24b04a28a4894f35b416))

## [2.29.1](https://github.com/kuzzleio/kuzzle/compare/v2.29.0...v2.29.1) (2024-04-02)


Expand Down
4 changes: 2 additions & 2 deletions 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,7 +1,7 @@
{
"name": "kuzzle",
"author": "The Kuzzle Team <support@kuzzle.io>",
"version": "2.29.1",
"version": "2.30.0",
"description": "Kuzzle is an open-source solution that handles all the data management through a secured API, with a large choice of protocols.",
"bin": "bin/start-kuzzle-server",
"scripts": {
Expand Down

0 comments on commit ff00a44

Please sign in to comment.