-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [2.29.0](v2.28.0...v2.29.0) (2024-02-01) ### Bug Fixes * **cluster:** update a condition where node were evicted for a wrong reason ([8dae2bc](8dae2bc)) * **kuzzlerc:** there was a mismatch between default variable and kuzzlerc example ([32a3853](32a3853)) * **lint:** fixed lint and ts issues in elasticsearch file ([4acba1f](4acba1f)) * **semantic-release:** fix an issue where semver would not satisfies pre-release versions ([cc0f9f0](cc0f9f0)) * **semantic:** update workflow to match beta branch from semantic ([51d92b6](51d92b6)) ### Features * **semantic-release:** add semantic release ([dba84a4](dba84a4))
- Loading branch information
1 parent
cb2bee6
commit 7ba9e6e
Showing
3 changed files
with
19 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "kuzzle", | ||
"author": "The Kuzzle Team <[email protected]>", | ||
"version": "2.29.0-beta.2", | ||
"version": "2.29.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": { | ||
|