Skip to content

Commit

Permalink
feat: release v1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
totev committed Mar 26, 2022
1 parent a623977 commit 3eb29f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v1.2.5
v1.2.6
---
- Added a new pretty printer for console output

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ $ npm install -g vodafone-station-cli
$ vodafone-station-cli COMMAND
running command...
$ vodafone-station-cli (--version)
vodafone-station-cli/1.2.5 darwin-arm64 node-v17.7.1
vodafone-station-cli/1.2.6 darwin-arm64 node-v17.8.0
$ vodafone-station-cli --help [COMMAND]
USAGE
$ vodafone-station-cli COMMAND
Expand Down Expand Up @@ -570,7 +570,7 @@ EXAMPLES
$ vodafone-station-cli diagnose
```

_See code: [src/commands/diagnose.ts](https://github.com/totev/vodafone-station-cli/blob/v1.2.5/src/commands/diagnose.ts)_
_See code: [src/commands/diagnose.ts](https://github.com/totev/vodafone-station-cli/blob/v1.2.6/src/commands/diagnose.ts)_

## `vodafone-station-cli discover`

Expand All @@ -587,7 +587,7 @@ EXAMPLES
$ vodafone-station-cli discover
```

_See code: [src/commands/discover.ts](https://github.com/totev/vodafone-station-cli/blob/v1.2.5/src/commands/discover.ts)_
_See code: [src/commands/discover.ts](https://github.com/totev/vodafone-station-cli/blob/v1.2.6/src/commands/discover.ts)_

## `vodafone-station-cli docsis`

Expand All @@ -610,7 +610,7 @@ EXAMPLES
{JSON data}
```

_See code: [src/commands/docsis.ts](https://github.com/totev/vodafone-station-cli/blob/v1.2.5/src/commands/docsis.ts)_
_See code: [src/commands/docsis.ts](https://github.com/totev/vodafone-station-cli/blob/v1.2.6/src/commands/docsis.ts)_

## `vodafone-station-cli help [COMMAND]`

Expand Down Expand Up @@ -650,5 +650,5 @@ EXAMPLES
$ vodafone-station-cli restart -p PASSWORD
```

_See code: [src/commands/restart.ts](https://github.com/totev/vodafone-station-cli/blob/v1.2.5/src/commands/restart.ts)_
_See code: [src/commands/restart.ts](https://github.com/totev/vodafone-station-cli/blob/v1.2.6/src/commands/restart.ts)_
<!-- commandsstop -->

0 comments on commit 3eb29f3

Please sign in to comment.