Skip to content

Commit a14d3d4

Browse files
chore(release): 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2024-12-17) ### Bug Fixes * npm release ([05ab902](05ab902)) * npm release ([a80beb4](a80beb4)) * provide the right npm token ([b13016d](b13016d))
1 parent 1af4627 commit a14d3d4

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.0.1](https://github.com/kuzzleio/kourou/compare/v1.0.0...v1.0.1) (2024-12-17)
2+
3+
4+
### Bug Fixes
5+
6+
* npm release ([05ab902](https://github.com/kuzzleio/kourou/commit/05ab90206efcf461ebb356390c131cb50102c1fe))
7+
* npm release ([a80beb4](https://github.com/kuzzleio/kourou/commit/a80beb44d627113390614da251ecc177e74a8936))
8+
* provide the right npm token ([b13016d](https://github.com/kuzzleio/kourou/commit/b13016d0a40b6fc667581d54db9bdf104a5b4010))
9+
110
## [1.0.1-beta.1](https://github.com/kuzzleio/kourou/compare/v1.0.0...v1.0.1-beta.1) (2024-12-17)
211

312

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ $ npm install -g kourou
2727
$ kourou COMMAND
2828
running command...
2929
$ kourou (-v|--version|version)
30-
kourou/1.0.1-beta.1 linux-x64 node-v22.12.0
30+
kourou/1.0.1 linux-x64 node-v22.12.0
3131
$ kourou --help [COMMAND]
3232
USAGE
3333
$ kourou COMMAND

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": "kourou",
33
"description": "The CLI that helps you manage your Kuzzle instances",
4-
"version": "1.0.1-beta.1",
4+
"version": "1.0.1",
55
"author": "The Kuzzle Team <[email protected]>",
66
"bin": {
77
"kourou": "./bin/run"

0 commit comments

Comments
 (0)