Skip to content

Commit e6b25f5

Browse files
chore(release): 1.0.5 [skip ci]
## [1.0.5](v1.0.4...v1.0.5) (2021-11-21) ### Bug Fixes * add user name ([bbef74b](bbef74b)) * upgrade nandu ([e257454](e257454))
1 parent e257454 commit e6b25f5

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ $ npm install -g nandu-cli
6969
$ nandu COMMAND
7070
running command...
7171
$ nandu (-v|--version|version)
72-
nandu-cli/1.0.4 linux-x64 node-v14.18.1
72+
nandu-cli/1.0.5 linux-x64 node-v14.18.1
7373
$ nandu --help [COMMAND]
7474
USAGE
7575
$ nandu COMMAND
@@ -122,7 +122,7 @@ EXAMPLE
122122
$ nandu start -p 4567
123123
```
124124

125-
_See code: [src/commands/start.ts](https://github.com/taskforcesh/nandu-cli/blob/v1.0.4/src/commands/start.ts)_
125+
_See code: [src/commands/start.ts](https://github.com/taskforcesh/nandu-cli/blob/v1.0.5/src/commands/start.ts)_
126126

127127
## `nandu token`
128128

@@ -136,7 +136,7 @@ EXAMPLE
136136
$ nandu token:create myuser
137137
```
138138

139-
_See code: [src/commands/token/index.ts](https://github.com/taskforcesh/nandu-cli/blob/v1.0.4/src/commands/token/index.ts)_
139+
_See code: [src/commands/token/index.ts](https://github.com/taskforcesh/nandu-cli/blob/v1.0.5/src/commands/token/index.ts)_
140140

141141
## `nandu token:create USER`
142142

@@ -157,7 +157,7 @@ EXAMPLE
157157
$ nandu start -p 4567
158158
```
159159

160-
_See code: [src/commands/token/create.ts](https://github.com/taskforcesh/nandu-cli/blob/v1.0.4/src/commands/token/create.ts)_
160+
_See code: [src/commands/token/create.ts](https://github.com/taskforcesh/nandu-cli/blob/v1.0.5/src/commands/token/create.ts)_
161161

162162
## `nandu token:ls USER`
163163

@@ -176,7 +176,7 @@ EXAMPLE
176176
$ nandu start -p 4567
177177
```
178178

179-
_See code: [src/commands/token/ls.ts](https://github.com/taskforcesh/nandu-cli/blob/v1.0.4/src/commands/token/ls.ts)_
179+
_See code: [src/commands/token/ls.ts](https://github.com/taskforcesh/nandu-cli/blob/v1.0.5/src/commands/token/ls.ts)_
180180

181181
## `nandu user`
182182

@@ -190,7 +190,7 @@ EXAMPLE
190190
$ nandu user:add myuser
191191
```
192192

193-
_See code: [src/commands/user/index.ts](https://github.com/taskforcesh/nandu-cli/blob/v1.0.4/src/commands/user/index.ts)_
193+
_See code: [src/commands/user/index.ts](https://github.com/taskforcesh/nandu-cli/blob/v1.0.5/src/commands/user/index.ts)_
194194

195195
## `nandu user:add USER`
196196

@@ -209,5 +209,5 @@ EXAMPLE
209209
$ nandu user:add myuser
210210
```
211211

212-
_See code: [src/commands/user/add.ts](https://github.com/taskforcesh/nandu-cli/blob/v1.0.4/src/commands/user/add.ts)_
212+
_See code: [src/commands/user/add.ts](https://github.com/taskforcesh/nandu-cli/blob/v1.0.5/src/commands/user/add.ts)_
213213
<!-- commandsstop -->

docs/gitbook/changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.0.5](https://github.com/taskforcesh/nandu-cli/compare/v1.0.4...v1.0.5) (2021-11-21)
2+
3+
4+
### Bug Fixes
5+
6+
* add user name ([bbef74b](https://github.com/taskforcesh/nandu-cli/commit/bbef74bd67149f7b50272bf1e83e85f217bc021b))
7+
* upgrade nandu ([e257454](https://github.com/taskforcesh/nandu-cli/commit/e257454a63663c24329dcd200f6de2acb624d75d))
8+
19
## [1.0.4](https://github.com/taskforcesh/nandu-cli/compare/v1.0.3...v1.0.4) (2021-11-19)
210

311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nandu-cli",
33
"description": "Nandu Open NPM Registry CLI",
4-
"version": "1.0.4",
4+
"version": "1.0.5",
55
"author": "@taskforcesh",
66
"bin": {
77
"nandu": "./bin/run"

0 commit comments

Comments
 (0)