Skip to content

Commit

Permalink
chore(release): 2.37.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [2.37.0-beta.1](v2.36.0...v2.37.0-beta.1) (2025-01-08)

### Bug Fixes

* Add COPY instead of ADD in dockerfile ([24e5be6](24e5be6))
* Add version check in docker images ([32a2efd](32a2efd))
* cookie import ([f582a9f](f582a9f))
* fixing tests with aedes upgrade ([212e98e](212e98e))
* tsconfig.json ([328a04d](328a04d))

### Features

* update deps ([563a6ba](563a6ba))
  • Loading branch information
semantic-release-bot committed Jan 8, 2025
1 parent cda0a7f commit 56bd41e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [2.37.0-beta.1](https://github.com/kuzzleio/kuzzle/compare/v2.36.0...v2.37.0-beta.1) (2025-01-08)


### Bug Fixes

* Add COPY instead of ADD in dockerfile ([24e5be6](https://github.com/kuzzleio/kuzzle/commit/24e5be6059ecbdcd072dcc8c5d091253896a3656))
* Add version check in docker images ([32a2efd](https://github.com/kuzzleio/kuzzle/commit/32a2efd896d4f5cf3d010cc7710ca8d523389ef3))
* cookie import ([f582a9f](https://github.com/kuzzleio/kuzzle/commit/f582a9fbb97b2231399bbf84dfa7123937283e42))
* fixing tests with aedes upgrade ([212e98e](https://github.com/kuzzleio/kuzzle/commit/212e98ef7f5ec26946d984564151ed4b0ca9cb92))
* tsconfig.json ([328a04d](https://github.com/kuzzleio/kuzzle/commit/328a04d22ee6cb0310b5194e14afe1d8354361b3))


### Features

* update deps ([563a6ba](https://github.com/kuzzleio/kuzzle/commit/563a6ba5507c3cdc90e31065c2f4c6a2c5086bd9))

# [2.36.0](https://github.com/kuzzleio/kuzzle/compare/v2.35.3...v2.36.0) (2025-01-08)


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.

4 changes: 2 additions & 2 deletions 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.36.0",
"version": "2.37.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 Expand Up @@ -133,4 +133,4 @@
"package.json",
"README.md"
]
}
}

0 comments on commit 56bd41e

Please sign in to comment.