-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [2.6.0](v2.5.4...v2.6.0) (2023-08-28) ### Bug Fixes * **actions:** remove old workflow to deploy kuzdoc ([f67d6f2](f67d6f2)) ### Features * **semantic-release:** add semantic release, lint the app and fix npm bin not available in npm@9 ([c81cb4a](c81cb4a))
- Loading branch information
1 parent
d0e6e41
commit aaa8ef2
Showing
4 changed files
with
24 additions
and
12 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
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": "kuzdoc", | ||
"description": "The CLI that helps build the Kuzzle Docs", | ||
"version": "2.6.0-beta.2", | ||
"version": "2.6.0", | ||
"author": "The Kuzzle Team <[email protected]>", | ||
"bin": { | ||
"kuzdoc": "./bin/run" | ||
|