Skip to content

Commit 21d661b

Browse files
committed
chore: Bump version to 0.1.0
- Update CHANGELOG
1 parent b6f3888 commit 21d661b

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
11
# Change Log
2+
3+
### v0.1.0
4+
5+
- Init project
6+
- Add commands
7+
- `vscode-gitui.open` : Open GitUI
8+
- `vscode-gitui.reload` : Reload GitUI

package.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,19 @@
22
"name": "vscode-gitui",
33
"displayName": "vscode-gitui",
44
"description": "A VSCode extension to open GitUI in an integrated terminal.",
5-
"version": "0.0.1",
5+
"version": "0.1.0",
6+
"icon": "assets/icon.png",
7+
"license": "MIT",
8+
"publisher": "gymynnym",
9+
"author": {
10+
"name": "gymynnym",
11+
"url": "https://github.com/gymynnym"
12+
},
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/gymynnym/vscode-gitui.git"
16+
},
17+
"homepage": "https://github.com/gymynnym/vscode-gitui.git",
618
"engines": {
719
"vscode": "^1.105.0"
820
},

0 commit comments

Comments
 (0)