Skip to content

Commit 7f112b1

Browse files
authored
Merge pull request #299 from vivaxy/prepare-release
chore(release): 🔖 release v1.26.0
2 parents e774049 + c56ba23 commit 7f112b1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

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

5+
## [1.26.0](https://github.com/vivaxy/vscode-conventional-commits/compare/v1.25.0...v1.26.0) (2024-06-29)
6+
7+
### Features
8+
9+
- :globe_with_meridians: Update locale ([d1d332a](https://github.com/vivaxy/vscode-conventional-commits/commit/d1d332a9b2b4b292123af141ecdbf1a6d766c13a))
10+
- :sparkles: implement setting to store scopes in user settings instead of workspace settings ([8cb64b7](https://github.com/vivaxy/vscode-conventional-commits/commit/8cb64b79a4cc777b70bb32fbbd7ee464f9ba44ad))
11+
512
## [1.25.0](https://github.com/vivaxy/vscode-conventional-commits/compare/v1.24.5...v1.25.0) (2022-12-30)
613

714
### 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.25.0",
7+
"version": "1.26.0",
88
"engines": {
99
"vscode": "^1.44.0"
1010
},

0 commit comments

Comments
 (0)