Skip to content

Commit 31b7e73

Browse files
authored
Merge pull request #399 from vivaxy/prepare-release
chore(release): 🔖 release v1.30.0
2 parents 963a54d + f85caa6 commit 31b7e73

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [1.30.0](https://github.com/vivaxy/vscode-conventional-commits/compare/v1.29.0...v1.30.0) (2026-05-23)
6+
7+
### Features
8+
9+
- **dev:** add watch-mode vscode launcher ([50f38c5](https://github.com/vivaxy/vscode-conventional-commits/commit/50f38c59f1ed8998bc0d5ab9e279cee1abe4caf3))
10+
11+
### Bug Fixes
12+
13+
- **bundle:** support commitlint extends file URL loading ([ce084c2](https://github.com/vivaxy/vscode-conventional-commits/commit/ce084c280e6c98b51d53556d164821b6e861eec6))
14+
- **deps:** update commitlint monorepo to v21 ([ca80399](https://github.com/vivaxy/vscode-conventional-commits/commit/ca803999e967cda9671d1f33fb869f233993eedf))
15+
516
## [1.29.0](https://github.com/vivaxy/vscode-conventional-commits/compare/v1.28.3...v1.29.0) (2026-05-18)
617

718
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "💬Conventional Commits for VSCode.",
55
"icon": "assets/icon.png",
66
"publisher": "vivaxy",
7-
"version": "1.29.0",
7+
"version": "1.30.0",
88
"engines": {
99
"vscode": "^1.44.0"
1010
},

0 commit comments

Comments
 (0)