Skip to content

Commit

Permalink
chore(release): 2.34.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [2.34.0-beta.1](v2.33.1...v2.34.0-beta.1) (2024-11-07)

### Bug Fixes

* do not store api keys in internal index, use fingerprint instead ([c9cb2b8](c9cb2b8))
* remove un wanted breaking change ([a351f96](a351f96))
* target right ecma version in  eslint ([a96e7e1](a96e7e1))

### Features

* remove seed from internal storage if we have it from config ([2467201](2467201))
  • Loading branch information
semantic-release-bot committed Nov 7, 2024
1 parent 4a96d05 commit 1be0ca2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [2.34.0-beta.1](https://github.com/kuzzleio/kuzzle/compare/v2.33.1...v2.34.0-beta.1) (2024-11-07)


### Bug Fixes

* do not store api keys in internal index, use fingerprint instead ([c9cb2b8](https://github.com/kuzzleio/kuzzle/commit/c9cb2b869a1e94ff19a8812415985290d7efb95f))
* remove un wanted breaking change ([a351f96](https://github.com/kuzzleio/kuzzle/commit/a351f968383e9a9d7cd28970332f514b7f08272a))
* target right ecma version in eslint ([a96e7e1](https://github.com/kuzzleio/kuzzle/commit/a96e7e1434c2e765bf40cc6535d99b9381c28eb7))


### Features

* remove seed from internal storage if we have it from config ([2467201](https://github.com/kuzzleio/kuzzle/commit/24672019074a30384bcfa7cdc6af148e39338ef3))

## [2.33.1](https://github.com/kuzzleio/kuzzle/compare/v2.33.0...v2.33.1) (2024-10-29)


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 <[email protected]>",
"version": "2.33.1",
"version": "2.34.0-beta.1",
"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 1be0ca2

Please sign in to comment.