From aaa8ef266b5592f52bea500fff5efdf0d3a81d43 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 28 Aug 2023 10:31:29 +0000 Subject: [PATCH] chore(release): 2.6.0 [skip ci] # [2.6.0](https://github.com/kuzzleio/kuzdoc/compare/v2.5.4...v2.6.0) (2023-08-28) ### Bug Fixes * **actions:** remove old workflow to deploy kuzdoc ([f67d6f2](https://github.com/kuzzleio/kuzdoc/commit/f67d6f2602dff495c32857dd6f384e2755d8bcd3)) ### Features * **semantic-release:** add semantic release, lint the app and fix npm bin not available in npm@9 ([c81cb4a](https://github.com/kuzzleio/kuzdoc/commit/c81cb4ac401243c4cccde537626c7cb98cd9d22e)) --- CHANGELOG.md | 12 ++++++++++++ README.md | 18 +++++++++--------- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 24 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cd7a13..4721098 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [2.6.0](https://github.com/kuzzleio/kuzdoc/compare/v2.5.4...v2.6.0) (2023-08-28) + + +### Bug Fixes + +* **actions:** remove old workflow to deploy kuzdoc ([f67d6f2](https://github.com/kuzzleio/kuzdoc/commit/f67d6f2602dff495c32857dd6f384e2755d8bcd3)) + + +### Features + +* **semantic-release:** add semantic release, lint the app and fix npm bin not available in npm@9 ([c81cb4a](https://github.com/kuzzleio/kuzdoc/commit/c81cb4ac401243c4cccde537626c7cb98cd9d22e)) + # [2.6.0-beta.2](https://github.com/kuzzleio/kuzdoc/compare/v2.6.0-beta.1...v2.6.0-beta.2) (2023-08-07) diff --git a/README.md b/README.md index b0a1c4d..a8056df 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ $ npm install -g kuzdoc $ kuzdoc COMMAND running command... $ kuzdoc (-v|--version|version) -kuzdoc/2.6.0-beta.2 linux-x64 node-v18.17.0 +kuzdoc/2.6.0 linux-x64 node-v18.17.1 $ kuzdoc --help [COMMAND] USAGE $ kuzdoc COMMAND @@ -59,7 +59,7 @@ DESCRIPTION NOTE: This command must be executed from the root of the framework meta-repo. ``` -_See code: [src/commands/add-repo.ts](https://github.com/kuzzleio/kuzdoc/blob/v2.6.0-beta.2/src/commands/add-repo.ts)_ +_See code: [src/commands/add-repo.ts](https://github.com/kuzzleio/kuzdoc/blob/v2.6.0/src/commands/add-repo.ts)_ ## `kuzdoc add-section` @@ -76,7 +76,7 @@ DESCRIPTION NOTE: This command must be executed from the root of the framework meta-repo. ``` -_See code: [src/commands/add-section.ts](https://github.com/kuzzleio/kuzdoc/blob/v2.6.0-beta.2/src/commands/add-section.ts)_ +_See code: [src/commands/add-section.ts](https://github.com/kuzzleio/kuzdoc/blob/v2.6.0/src/commands/add-section.ts)_ ## `kuzdoc build-and-deploy` @@ -119,7 +119,7 @@ DESCRIPTION be properly set. ``` -_See code: [src/commands/build-and-deploy.ts](https://github.com/kuzzleio/kuzdoc/blob/v2.6.0-beta.2/src/commands/build-and-deploy.ts)_ +_See code: [src/commands/build-and-deploy.ts](https://github.com/kuzzleio/kuzdoc/blob/v2.6.0/src/commands/build-and-deploy.ts)_ ## `kuzdoc dead-links` @@ -148,7 +148,7 @@ DESCRIPTION The repository must be previously installed in the framework via the "install" command. ``` -_See code: [src/commands/dead-links.ts](https://github.com/kuzzleio/kuzdoc/blob/v2.6.0-beta.2/src/commands/dead-links.ts)_ +_See code: [src/commands/dead-links.ts](https://github.com/kuzzleio/kuzdoc/blob/v2.6.0/src/commands/dead-links.ts)_ ## `kuzdoc dev` @@ -173,7 +173,7 @@ DESCRIPTION variable, or via the interactive prompt (only the installed repositories are listed). ``` -_See code: [src/commands/dev.ts](https://github.com/kuzzleio/kuzdoc/blob/v2.6.0-beta.2/src/commands/dev.ts)_ +_See code: [src/commands/dev.ts](https://github.com/kuzzleio/kuzdoc/blob/v2.6.0/src/commands/dev.ts)_ ## `kuzdoc generate:js FILEPATH` @@ -191,7 +191,7 @@ OPTIONS --path=path [default: generated] Directory to write the doc ``` -_See code: [src/commands/generate/js.ts](https://github.com/kuzzleio/kuzdoc/blob/v2.6.0-beta.2/src/commands/generate/js.ts)_ +_See code: [src/commands/generate/js.ts](https://github.com/kuzzleio/kuzdoc/blob/v2.6.0/src/commands/generate/js.ts)_ ## `kuzdoc help [COMMAND]` @@ -256,7 +256,7 @@ DESCRIPTION repository is already present, the selected repository will be skipped and the folder will be left untouched. ``` -_See code: [src/commands/install.ts](https://github.com/kuzzleio/kuzdoc/blob/v2.6.0-beta.2/src/commands/install.ts)_ +_See code: [src/commands/install.ts](https://github.com/kuzzleio/kuzdoc/blob/v2.6.0/src/commands/install.ts)_ ## `kuzdoc local-deploy` @@ -277,5 +277,5 @@ DESCRIPTION All the currently installed repositories will be built and deployed to the destination path. ``` -_See code: [src/commands/local-deploy.ts](https://github.com/kuzzleio/kuzdoc/blob/v2.6.0-beta.2/src/commands/local-deploy.ts)_ +_See code: [src/commands/local-deploy.ts](https://github.com/kuzzleio/kuzdoc/blob/v2.6.0/src/commands/local-deploy.ts)_ diff --git a/package-lock.json b/package-lock.json index 0b2308a..7cce1af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "kuzdoc", - "version": "2.6.0-beta.2", + "version": "2.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "kuzdoc", - "version": "2.6.0-beta.2", + "version": "2.6.0", "license": "MIT", "dependencies": { "@oclif/command": "^1.8.0", diff --git a/package.json b/package.json index 8608450..5b9eeb6 100644 --- a/package.json +++ b/package.json @@ -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 ", "bin": { "kuzdoc": "./bin/run"