Skip to content

Commit 429f9b3

Browse files
author
Conventional Changelog Action
committed
chore(release): v1.1.1 [skip ci]
1 parent ce05e65 commit 429f9b3

File tree

2 files changed

+44
-6
lines changed

2 files changed

+44
-6
lines changed

CHANGELOG.md

Lines changed: 43 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,47 @@
1-
# Change Log
1+
## [1.1.1](https://github.com/philstainer/git-worktree/compare/v1.1.0...v1.1.1) (2022-11-22)
22

3-
All notable changes to the "git-worktree" extension will be documented in this file
43

5-
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
4+
### Bug Fixes
5+
6+
* testing actions ([ce05e65](https://github.com/philstainer/git-worktree/commit/ce05e65fe240c59ce236bcddbba7d939bfed8b4a))
7+
8+
9+
10+
# [1.1.0](https://github.com/philstainer/git-worktree/compare/v1.0.3...v1.1.0) (2022-11-21)
11+
12+
13+
### Bug Fixes
14+
15+
* add command to ask for tracking branch ([f99d590](https://github.com/philstainer/git-worktree/commit/f99d590f2ff15d92fb18ff5447ac14b1d7792dd7))
16+
17+
18+
### Features
19+
20+
* add close on blur setting ([2bc6122](https://github.com/philstainer/git-worktree/commit/2bc6122a3661db8efc3485c1275d5cf10bad4dc5))
21+
* add release workflow ([baaa3f9](https://github.com/philstainer/git-worktree/commit/baaa3f93277303466e6c852f1d5e31e26f6e6155))
22+
23+
24+
25+
## [1.0.3](https://github.com/philstainer/git-worktree/compare/v1.0.2...v1.0.3) (2022-11-12)
26+
27+
28+
### Bug Fixes
29+
30+
* add command should exclude current ([45ee4c9](https://github.com/philstainer/git-worktree/commit/45ee4c96fcfebea3441052d223f7c7179ca66bb5))
31+
32+
33+
34+
## [1.0.2](https://github.com/philstainer/git-worktree/compare/v1.0.1...v1.0.2) (2022-11-09)
35+
36+
37+
### Bug Fixes
38+
39+
* add should override branch if exists ([790c0ab](https://github.com/philstainer/git-worktree/commit/790c0ab5ce40c98ecb1f426d15e5cfdc54254e30))
40+
* remove multiple worktrees ([4d21a46](https://github.com/philstainer/git-worktree/commit/4d21a468d915e3e5ec3263019106200b8b52225c))
41+
42+
43+
44+
## [1.0.1](https://github.com/philstainer/git-worktree/compare/v1.0.0...v1.0.1) (2022-11-06)
45+
646

7-
## [Unreleased]
847

9-
- Initial release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "git-worktree",
33
"displayName": "Git Worktree",
44
"description": "Manage git worktrees with ease",
5-
"version": "1.1.0",
5+
"version": "1.1.1",
66
"publisher": "philstainer",
77
"engines": {
88
"vscode": "^1.72.0"

0 commit comments

Comments
 (0)