diff --git a/CHANGELOG.md b/CHANGELOG.md index 48c48ab..ef35f34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 6eeef21..f6f615f 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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` @@ -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` @@ -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]` @@ -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)_ diff --git a/package.json b/package.json index 68aaf5c..36038c2 100644 --- a/package.json +++ b/package.json @@ -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" @@ -77,4 +77,4 @@ "node": ">=16.0.0" }, "types": "lib/index.d.ts" -} \ No newline at end of file +}