Skip to content

Commit e438bc1

Browse files
committed
Update version
1 parent 890352d commit e438bc1

3 files changed

Lines changed: 9 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
## [0.0.1] - 2025-07-16
88

9-
- Initial release
9+
- Initial release
10+
11+
## [0.0.2] - 2025-07-17
12+
- Improved formatting
13+
- Added transaction status cycling command

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,7 @@
1111

1212
Initial release
1313

14-
---
15-
16-
## Developer Notes
17-
Package the extension using:
18-
19-
```bash
20-
vsce package
21-
```
14+
### 0.0.2
2215

16+
- Improved formatting
17+
- Added transaction status cycling command

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "git",
77
"url": "https://github.com/parsa2820/vscode-ledger-cli.git"
88
},
9-
"version": "0.0.1",
9+
"version": "0.0.2",
1010
"publisher": "parsa2820",
1111
"engines": {
1212
"vscode": "^1.102.0"

0 commit comments

Comments
 (0)