Skip to content

Commit

Permalink
chore(release): 1.0.1-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.1-beta.1](v1.0.0...v1.0.1-beta.1) (2024-12-17)

### Bug Fixes

* npm release ([05ab902](05ab902))
* npm release ([a80beb4](a80beb4))
* provide the right npm token ([b13016d](b13016d))
  • Loading branch information
semantic-release-bot committed Dec 17, 2024
1 parent 05ab902 commit 6779f1a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.0.1-beta.1](https://github.com/kuzzleio/kourou/compare/v1.0.0...v1.0.1-beta.1) (2024-12-17)


### Bug Fixes

* npm release ([05ab902](https://github.com/kuzzleio/kourou/commit/05ab90206efcf461ebb356390c131cb50102c1fe))
* npm release ([a80beb4](https://github.com/kuzzleio/kourou/commit/a80beb44d627113390614da251ecc177e74a8936))
* provide the right npm token ([b13016d](https://github.com/kuzzleio/kourou/commit/b13016d0a40b6fc667581d54db9bdf104a5b4010))

# 1.0.0 (2024-12-17)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $ npm install -g kourou
$ kourou COMMAND
running command...
$ kourou (-v|--version|version)
kourou/1.0.0 linux-x64 node-v22.12.0
kourou/1.0.1-beta.1 linux-x64 node-v22.12.0
$ kourou --help [COMMAND]
USAGE
$ kourou COMMAND
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": "kourou",
"description": "The CLI that helps you manage your Kuzzle instances",
"version": "1.0.0",
"version": "1.0.1-beta.1",
"author": "The Kuzzle Team <[email protected]>",
"bin": {
"kourou": "./bin/run"
Expand Down

0 comments on commit 6779f1a

Please sign in to comment.