Skip to content

Commit e9cdf3c

Browse files
chore(release): 1.3.0 [skip ci]
## [1.3.0](v1.2.9...v1.3.0) (2025-04-04) ### Features * add option to skip git hooks when pushing ([3cd62ac](3cd62ac)) ### Continuous Integration * update CI workflow and dependencies to latest versions ([c2c204e](c2c204e))
1 parent c2c204e commit e9cdf3c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.3.0](https://github.com/philstainer/git-worktree/compare/v1.2.9...v1.3.0) (2025-04-04)
2+
3+
### Features
4+
5+
- add option to skip git hooks when pushing ([3cd62ac](https://github.com/philstainer/git-worktree/commit/3cd62ace0657b4ad4ba19316d911de599c1b20a7))
6+
7+
### Continuous Integration
8+
9+
- update CI workflow and dependencies to latest versions ([c2c204e](https://github.com/philstainer/git-worktree/commit/c2c204e6fb0a890b9c58496503fbb98ac9242323))
10+
111
## [1.2.9](https://github.com/philstainer/git-worktree/compare/v1.2.8...v1.2.9) (2023-05-25)
212

313
### Bug Fixes

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.2.9",
5+
"version": "1.3.0",
66
"publisher": "philstainer",
77
"homepage": "https://github.com/philstainer/git-worktree/blob/main/README.md",
88
"bugs": {

0 commit comments

Comments
 (0)