-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): 2.31.0-beta.1 [skip ci]
# [2.31.0-beta.1](v2.30.1-beta.1...v2.31.0-beta.1) (2024-07-22) ### Features * **doc:** add documentation in the event-system guide ([4913389](4913389)) * **funnel:** add optional parameter to request to trigger pipes ([508ac72](508ac72))
- Loading branch information
1 parent
3afdc49
commit 782e2ca
Showing
3 changed files
with
11 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.30.1-beta.1", | ||
"version": "2.31.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": { | ||
|