Skip to content

Commit e0ad820

Browse files
Version Packages (#7)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or [setup this action to publish automatically](https://github.com/changesets/action#with-publishing). If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## git-work-grove@0.2.0 ### Minor Changes - d20394c: Add Copy Name and Copy Path context menu commands ### Patch Changes - cad2599: Add Open VSX Registry publishing support Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a631d90 commit e0ad820

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/copy-name-path.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/warm-banks-act.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# git-work-grove
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- d20394c: Add Copy Name and Copy Path context menu commands
8+
9+
### Patch Changes
10+
11+
- cad2599: Add Open VSX Registry publishing support
12+
313
## 0.1.2
414

515
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "git-work-grove",
33
"displayName": "Git WorkGrove",
44
"description": "A code-workspace friendly worktree explorer for VS Code",
5-
"version": "0.1.2",
5+
"version": "0.2.0",
66
"publisher": "vdustr",
77
"license": "MIT",
88
"icon": "icon.png",

0 commit comments

Comments
 (0)