Skip to content

Commit

Permalink
v1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
totev committed Mar 15, 2022
1 parent fde0a0d commit 743d76a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 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.5
---
- Updated dependencies
- Fixed technicolor restart issues

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

v1.2.4
---
- Fix modulation value normalization on technicolor modems #23
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ $ npm install -g vodafone-station-cli
$ vodafone-station-cli COMMAND
running command...
$ vodafone-station-cli (--version)
vodafone-station-cli/1.2.4 darwin-arm64 node-v17.6.0
vodafone-station-cli/1.2.5 darwin-arm64 node-v17.7.1
$ vodafone-station-cli --help [COMMAND]
USAGE
$ vodafone-station-cli COMMAND
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": "vodafone-station-cli",
"description": "Access your Vodafone Station from the comfort of the command line.",
"version": "1.2.4",
"version": "1.2.5",
"author": "Dobroslav Totev",
"bin": {
"vodafone-station-cli": "./bin/run"
Expand Down

0 comments on commit 743d76a

Please sign in to comment.