Skip to content

Commit

Permalink
v1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
totev committed Apr 5, 2022
1 parent a8fa7bc commit 170da5d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v1.2.7
---
- Third party dependencies updated
- Fixed npm package contents

**Full Changelog**: https://github.com/totev/vodafone-station-cli/compare/v1.2.6...v1.2.7

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.6 darwin-arm64 node-v17.8.0
vodafone-station-cli/1.2.7 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.6/src/commands/diagnose.ts)_
_See code: [src/commands/diagnose.ts](https://github.com/totev/vodafone-station-cli/blob/v1.2.7/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.6/src/commands/discover.ts)_
_See code: [src/commands/discover.ts](https://github.com/totev/vodafone-station-cli/blob/v1.2.7/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.6/src/commands/docsis.ts)_
_See code: [src/commands/docsis.ts](https://github.com/totev/vodafone-station-cli/blob/v1.2.7/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.6/src/commands/restart.ts)_
_See code: [src/commands/restart.ts](https://github.com/totev/vodafone-station-cli/blob/v1.2.7/src/commands/restart.ts)_
<!-- commandsstop -->
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vodafone-station-cli",
"description": "Access your Vodafone Station from the comfort of the command line.",
"version": "1.2.6",
"version": "1.2.7",
"author": "Dobroslav Totev",
"bin": {
"vodafone-station-cli": "./bin/run"
Expand Down Expand Up @@ -77,4 +77,4 @@
"node": ">=16.0.0"
},
"types": "lib/index.d.ts"
}
}

0 comments on commit 170da5d

Please sign in to comment.