Skip to content

Commit

Permalink
chore(release): 2.29.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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
semantic-release-bot committed Feb 1, 2024
1 parent cb2bee6 commit 7ba9e6e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [2.29.0](https://github.com/kuzzleio/kuzzle/compare/v2.28.0...v2.29.0) (2024-02-01)


### Bug Fixes

* **cluster:** update a condition where node were evicted for a wrong reason ([8dae2bc](https://github.com/kuzzleio/kuzzle/commit/8dae2bce91240d5851b58cd1f5c10d0525a07d41))
* **kuzzlerc:** there was a mismatch between default variable and kuzzlerc example ([32a3853](https://github.com/kuzzleio/kuzzle/commit/32a3853bdbc68f969c15e23faa1b40c6fbfa1194))
* **lint:** fixed lint and ts issues in elasticsearch file ([4acba1f](https://github.com/kuzzleio/kuzzle/commit/4acba1f71a683d4cf30ef67f011763d2e83f66ba))
* **semantic-release:** fix an issue where semver would not satisfies pre-release versions ([cc0f9f0](https://github.com/kuzzleio/kuzzle/commit/cc0f9f0e2051ad970791ee9254ea915a3c5f6f37))
* **semantic:** update workflow to match beta branch from semantic ([51d92b6](https://github.com/kuzzleio/kuzzle/commit/51d92b69b7d347b5808e9073bdbe8266117d8353))


### Features

* **semantic-release:** add semantic release ([dba84a4](https://github.com/kuzzleio/kuzzle/commit/dba84a4788bcf0ff20000002891f859f4b8a420e))

# [2.29.0-beta.2](https://github.com/kuzzleio/kuzzle/compare/v2.29.0-beta.1...v2.29.0-beta.2) (2024-02-01)


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.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": {
Expand Down

0 comments on commit 7ba9e6e

Please sign in to comment.