Skip to content

Commit fcf1488

Browse files
committed
chore: release v1.5.1
- Documentation updates: Updated README.md with latest dependency versions - Maintenance: Minor version bump for consistency
1 parent 9cb38f2 commit fcf1488

4 files changed

Lines changed: 25 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v1.5.1
2+
---
3+
- **Documentation updates**: Updated README.md with latest dependency versions
4+
5+
**Full Changelog**: https://github.com/totev/vodafone-station-cli/compare/v1.5.0...v1.5.1
6+
17
v1.5.0
28
---
39
- **IP Flag Support**: Added IP flag support across all commands for flexible modem/router address specification

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ $ npm install -g vodafone-station-cli
543543
$ vodafone-station-cli COMMAND
544544
running command...
545545
$ vodafone-station-cli (--version)
546-
vodafone-station-cli/1.5.0 darwin-arm64 node-v23.7.0
546+
vodafone-station-cli/1.5.0 darwin-arm64 node-v24.2.0
547547
$ vodafone-station-cli --help [COMMAND]
548548
USAGE
549549
$ vodafone-station-cli COMMAND
@@ -624,7 +624,7 @@ Get the current docsis status as reported by the modem in a JSON format.
624624

625625
```
626626
USAGE
627-
$ vodafone-station-cli docsis [-i <value>] [-f] [-p <value>] [-w]
627+
$ vodafone-station-cli docsis [-f] [-i <value>] [-p <value>] [-w]
628628
629629
FLAGS
630630
-f, --file write out a report file under ./reports/{CURRENT_UNIX_TIMESTAMP}_docsisStatus.json
@@ -663,7 +663,7 @@ DESCRIPTION
663663
Display help for vodafone-station-cli.
664664
```
665665

666-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.28/src/commands/help.ts)_
666+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.29/src/commands/help.ts)_
667667

668668
## `vodafone-station-cli host-exposure disable [ENTRIES]`
669669

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vodafone-station-cli",
33
"description": "Access your Vodafone Station from the comfort of the command line.",
4-
"version": "1.5.0",
4+
"version": "1.5.1",
55
"author": "Dobroslav Totev",
66
"bin": {
77
"vodafone-station-cli": "./bin/run"

plan.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# 1.5.1 Release Plan
2+
3+
## ✅ Completed Tasks
4+
- [x] Version bumped in package.json (1.5.0 → 1.5.1)
5+
- [x] README.md updated with latest dependency versions
6+
7+
## 🔄 Tasks in Progress
8+
- [ ] Update CHANGELOG.md with 1.5.1 entry
9+
- [ ] Commit changes
10+
- [ ] Create git tag for v1.5.1
11+
- [ ] Push changes and tag to repository
12+
13+
## 📝 Release Notes for 1.5.1
14+
- **Documentation updates**: Updated README.md with latest dependency versions
15+
- **Maintenance**: Minor version bump for consistency

0 commit comments

Comments
 (0)