Skip to content

Commit

Permalink
chore(release): 1.2.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.3](v1.2.2...v1.2.3) (2022-01-12)

### Bug Fixes

* upgrade nandu ([361e9d4](361e9d4))
  • Loading branch information
semantic-release-bot committed Jan 12, 2022
1 parent 361e9d4 commit 2f68d22
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ $ npm install -g nandu-cli
$ nandu COMMAND
running command...
$ nandu (-v|--version|version)
nandu-cli/1.2.2 linux-x64 node-v14.18.1
nandu-cli/1.2.3 linux-x64 node-v14.18.2
$ nandu --help [COMMAND]
USAGE
$ nandu COMMAND
Expand Down Expand Up @@ -122,7 +122,7 @@ EXAMPLE
$ nandu start -p 4567
```

_See code: [src/commands/start.ts](https://github.com/taskforcesh/nandu-cli/blob/v1.2.2/src/commands/start.ts)_
_See code: [src/commands/start.ts](https://github.com/taskforcesh/nandu-cli/blob/v1.2.3/src/commands/start.ts)_

## `nandu token`

Expand All @@ -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.2/src/commands/token/index.ts)_
_See code: [src/commands/token/index.ts](https://github.com/taskforcesh/nandu-cli/blob/v1.2.3/src/commands/token/index.ts)_

## `nandu token:create USER`

Expand All @@ -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.2/src/commands/token/create.ts)_
_See code: [src/commands/token/create.ts](https://github.com/taskforcesh/nandu-cli/blob/v1.2.3/src/commands/token/create.ts)_

## `nandu token:ls USER`

Expand All @@ -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.2/src/commands/token/ls.ts)_
_See code: [src/commands/token/ls.ts](https://github.com/taskforcesh/nandu-cli/blob/v1.2.3/src/commands/token/ls.ts)_

## `nandu user`

Expand All @@ -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.2/src/commands/user/index.ts)_
_See code: [src/commands/user/index.ts](https://github.com/taskforcesh/nandu-cli/blob/v1.2.3/src/commands/user/index.ts)_

## `nandu user:add USER`

Expand All @@ -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.2/src/commands/user/add.ts)_
_See code: [src/commands/user/add.ts](https://github.com/taskforcesh/nandu-cli/blob/v1.2.3/src/commands/user/add.ts)_
<!-- commandsstop -->
7 changes: 7 additions & 0 deletions docs/gitbook/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.2.3](https://github.com/taskforcesh/nandu-cli/compare/v1.2.2...v1.2.3) (2022-01-12)


### Bug Fixes

* upgrade nandu ([361e9d4](https://github.com/taskforcesh/nandu-cli/commit/361e9d49a4b0fc9e511fef682aaa8056aeeb76cb))

## [1.2.2](https://github.com/taskforcesh/nandu-cli/compare/v1.2.1...v1.2.2) (2021-12-01)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nandu-cli",
"description": "Nandu Open NPM Registry CLI",
"version": "1.2.2",
"version": "1.2.3",
"author": "@taskforcesh",
"bin": {
"nandu": "./bin/run"
Expand Down

0 comments on commit 2f68d22

Please sign in to comment.