Skip to content

Commit 85a11a3

Browse files
committed
Update version
1 parent 63fe5fe commit 85a11a3

3 files changed

Lines changed: 7 additions & 10 deletions

File tree

CHANGELOG.md

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

1111
## [0.0.2] - 2025-07-17
1212
- Improved formatting
13-
- Added transaction status cycling command
13+
- Added transaction status cycling command
14+
15+
## [0.0.3] - 2025-09-17
16+
- Implemented account auto completion

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,8 @@
44

55
- Syntax highlighting
66
- Formatter
7+
- Auto-completion for accounts
78

89
## Release Notes
910

10-
### 0.0.1
11-
12-
Initial release
13-
14-
### 0.0.2
15-
16-
- Improved formatting
17-
- Added transaction status cycling command
11+
See [CHANGELOG.md](CHANGELOG.md)

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.2",
9+
"version": "0.0.3",
1010
"publisher": "parsa2820",
1111
"engines": {
1212
"vscode": "^1.102.0"

0 commit comments

Comments
 (0)