Skip to content

Commit 38d63df

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.2...v1.1.0) (2025-09-17) ### Features * **upgrade:** Improve upgrade to also include download of README, VERSION and LICENCE files ([43aa5ac](43aa5ac))
1 parent eafd778 commit 38d63df

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.1.0](https://github.com/lucasmodrich/git-worktree-manager/compare/v1.0.2...v1.1.0) (2025-09-17)
2+
3+
4+
### Features
5+
6+
* **upgrade:** Improve upgrade to also include download of README, VERSION and LICENCE files ([43aa5ac](https://github.com/lucasmodrich/git-worktree-manager/commit/43aa5ac68aa8e66fff0b4a1c2cf8bcfef6b592c0))
7+
18
## [1.0.2](https://github.com/lucasmodrich/git-worktree-manager/compare/v1.0.1...v1.0.2) (2025-09-17)
29

310

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.2
1+
1.1.0

git-worktree-manager.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# git-worktree-manager.sh
44

5-
SCRIPT_VERSION="1.0.2"
5+
SCRIPT_VERSION="1.1.0"
66
SCRIPT_FOLDER="$HOME/.git-worktree-manager"
77
SCRIPT_NAME="git-worktree-manager.sh"
88
GITHUB_REPO="lucasmodrich/git-worktree-manager"

0 commit comments

Comments
 (0)