From 55fe2cf7f506364b0d4f990c78b54f526459cf00 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 1 Dec 2021 03:43:08 +0000 Subject: [PATCH] chore(release): 1.2.2 [skip ci] ## [1.2.2](https://github.com/taskforcesh/nandu-cli/compare/v1.2.1...v1.2.2) (2021-12-01) ### Bug Fixes * **nandu:** upgrade nandu ([6543f78](https://github.com/taskforcesh/nandu-cli/commit/6543f78ec5819d53f093ad6d463f5fec266a4950)) --- README.md | 14 +++++++------- docs/gitbook/changelog.md | 7 +++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f40ea77..9334566 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ $ npm install -g nandu-cli $ nandu COMMAND running command... $ nandu (-v|--version|version) -nandu-cli/1.2.1 linux-x64 node-v14.18.1 +nandu-cli/1.2.2 linux-x64 node-v14.18.1 $ nandu --help [COMMAND] USAGE $ nandu COMMAND @@ -122,7 +122,7 @@ EXAMPLE $ nandu start -p 4567 ``` -_See code: [src/commands/start.ts](https://github.com/taskforcesh/nandu-cli/blob/v1.2.1/src/commands/start.ts)_ +_See code: [src/commands/start.ts](https://github.com/taskforcesh/nandu-cli/blob/v1.2.2/src/commands/start.ts)_ ## `nandu token` @@ -136,7 +136,7 @@ EXAMPLE $ nandu token:create myuser ``` -_See code: [src/commands/token/index.ts](https://github.com/taskforcesh/nandu-cli/blob/v1.2.1/src/commands/token/index.ts)_ +_See code: [src/commands/token/index.ts](https://github.com/taskforcesh/nandu-cli/blob/v1.2.2/src/commands/token/index.ts)_ ## `nandu token:create USER` @@ -157,7 +157,7 @@ EXAMPLE $ nandu start -p 4567 ``` -_See code: [src/commands/token/create.ts](https://github.com/taskforcesh/nandu-cli/blob/v1.2.1/src/commands/token/create.ts)_ +_See code: [src/commands/token/create.ts](https://github.com/taskforcesh/nandu-cli/blob/v1.2.2/src/commands/token/create.ts)_ ## `nandu token:ls USER` @@ -176,7 +176,7 @@ EXAMPLE $ nandu start -p 4567 ``` -_See code: [src/commands/token/ls.ts](https://github.com/taskforcesh/nandu-cli/blob/v1.2.1/src/commands/token/ls.ts)_ +_See code: [src/commands/token/ls.ts](https://github.com/taskforcesh/nandu-cli/blob/v1.2.2/src/commands/token/ls.ts)_ ## `nandu user` @@ -190,7 +190,7 @@ EXAMPLE $ nandu user:add myuser ``` -_See code: [src/commands/user/index.ts](https://github.com/taskforcesh/nandu-cli/blob/v1.2.1/src/commands/user/index.ts)_ +_See code: [src/commands/user/index.ts](https://github.com/taskforcesh/nandu-cli/blob/v1.2.2/src/commands/user/index.ts)_ ## `nandu user:add USER` @@ -209,5 +209,5 @@ EXAMPLE $ nandu user:add myuser ``` -_See code: [src/commands/user/add.ts](https://github.com/taskforcesh/nandu-cli/blob/v1.2.1/src/commands/user/add.ts)_ +_See code: [src/commands/user/add.ts](https://github.com/taskforcesh/nandu-cli/blob/v1.2.2/src/commands/user/add.ts)_ diff --git a/docs/gitbook/changelog.md b/docs/gitbook/changelog.md index 123024e..afb492e 100644 --- a/docs/gitbook/changelog.md +++ b/docs/gitbook/changelog.md @@ -1,3 +1,10 @@ +## [1.2.2](https://github.com/taskforcesh/nandu-cli/compare/v1.2.1...v1.2.2) (2021-12-01) + + +### Bug Fixes + +* **nandu:** upgrade nandu ([6543f78](https://github.com/taskforcesh/nandu-cli/commit/6543f78ec5819d53f093ad6d463f5fec266a4950)) + ## [1.2.1](https://github.com/taskforcesh/nandu-cli/compare/v1.2.0...v1.2.1) (2021-11-25) diff --git a/package.json b/package.json index 720848b..8911d37 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nandu-cli", "description": "Nandu Open NPM Registry CLI", - "version": "1.2.1", + "version": "1.2.2", "author": "@taskforcesh", "bin": { "nandu": "./bin/run"