Skip to content

Commit 42ea0f2

Browse files
committed
chore(release): 🔖 v0.6.0
1 parent 3efdb04 commit 42ea0f2

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

+11
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 [standard-version](https://github.com./conventional-changelog/standard-version) for commit guidelines.
44

5+
## 0.6.0 (2021-12-08)
6+
7+
### Features
8+
9+
* **IntelliSense:** Add a new scope suggestion feature
10+
* If `gitCommitMessageEditor.intelliSense.completion.logScopes.enabled` option is `true`, the scope suggestion list also includes the parsed scopes from existing commit history.
11+
12+
### Others
13+
14+
* Update gitmojis module to v3.8.0
15+
516
### 0.5.3 (2021-11-12)
617

718
### Features

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"homepage": "https://github.com./phoihos/vscode-git-commit-message-editor#readme",
1515
"license": "MIT",
1616
"preview": true,
17-
"version": "0.5.3",
17+
"version": "0.6.0",
1818
"engines": {
1919
"vscode": "^1.49.0"
2020
},

0 commit comments

Comments
 (0)