Skip to content

Commit

Permalink
chore(release): 2.35.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [2.35.0-beta.1](v2.34.0...v2.35.0-beta.1) (2024-12-19)

### Bug Fixes

* ci was not running properly ([699f180](699f180))
* deployment workflow run rework ([db0501e](db0501e))
* typo in workflow ([e565d7d](e565d7d))
* ubuntu version and deps issues ([8ef4738](8ef4738))

### Features

* **protocols:** add logging socket closing ([5da5930](5da5930))
  • Loading branch information
semantic-release-bot committed Dec 19, 2024
1 parent 38b0396 commit a7e939b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [2.35.0-beta.1](https://github.com/kuzzleio/kuzzle/compare/v2.34.0...v2.35.0-beta.1) (2024-12-19)


### Bug Fixes

* ci was not running properly ([699f180](https://github.com/kuzzleio/kuzzle/commit/699f180006fb4e061273428fcb8f375f8f1ba720))
* deployment workflow run rework ([db0501e](https://github.com/kuzzleio/kuzzle/commit/db0501e4581b773d1ca5e53bb4d6b118974b4451))
* typo in workflow ([e565d7d](https://github.com/kuzzleio/kuzzle/commit/e565d7dbadbe5fad4e7bc98e4615525d56fc6ed4))
* ubuntu version and deps issues ([8ef4738](https://github.com/kuzzleio/kuzzle/commit/8ef4738389833e6caf7406e33e108f70105724df))


### Features

* **protocols:** add logging socket closing ([5da5930](https://github.com/kuzzleio/kuzzle/commit/5da5930af18d447d82dd4c4f7c2810257479fec2))

# [2.34.0](https://github.com/kuzzleio/kuzzle/compare/v2.33.1...v2.34.0) (2024-11-07)


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.34.0",
"version": "2.35.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 a7e939b

Please sign in to comment.