Skip to content

Commit dbc5168

Browse files
committedOct 4, 2024
chore(release): 2.33.0 [skip ci]
# [2.33.0](v2.32.0...v2.33.0) (2024-10-04) ### Bug Fixes * improve typing to avoid typescript build errors ([569bf2c](569bf2c)) ### Features * **elasticsearch:** add flag to reindex collection after an update ([3cbc2b5](3cbc2b5))
1 parent 9541232 commit dbc5168

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed
 

‎CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.33.0](https://github.com/kuzzleio/kuzzle/compare/v2.32.0...v2.33.0) (2024-10-04)
2+
3+
4+
### Bug Fixes
5+
6+
* improve typing to avoid typescript build errors ([569bf2c](https://github.com/kuzzleio/kuzzle/commit/569bf2c680e70c47cb5b8f81a326f4039e8a5214))
7+
8+
9+
### Features
10+
11+
* **elasticsearch:** add flag to reindex collection after an update ([3cbc2b5](https://github.com/kuzzleio/kuzzle/commit/3cbc2b55e3ff1eb7ddd9c682fd34c87e18c86cbb))
12+
113
# [2.32.0](https://github.com/kuzzleio/kuzzle/compare/v2.31.0...v2.32.0) (2024-10-02)
214

315

‎package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "kuzzle",
33
"author": "The Kuzzle Team <support@kuzzle.io>",
4-
"version": "2.32.0",
4+
"version": "2.33.0",
55
"description": "Kuzzle is an open-source solution that handles all the data management through a secured API, with a large choice of protocols.",
66
"bin": "bin/start-kuzzle-server",
77
"scripts": {

0 commit comments

Comments
 (0)