diff --git a/CHANGELOG.md b/CHANGELOG.md index f23aca0..b656476 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ +## [1.0.9] +- ✨ Feat:[Added localization](https://github.com/RedJue/git-commit-plugin/pull/60) +THX @[spotnick](https://github.com/spotnick) ## [1.0.8] - 🐞Fix:[【Bug】无法添加多个自定义提交类型(commit type](https://github.com/RedJue/git-commit-plugin/issues/54) ## [1.0.7] diff --git a/package.json b/package.json index d9a3e24..a3f582a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "git-commit-plugin", "displayName": "git-commit-plugin", "description": "Automatically generate git commit", - "version": "1.0.8", + "version": "1.0.9", "engines": { "vscode": "^1.42.0" }, @@ -117,4 +117,4 @@ "vsce": "^1.95.0", "vscode-nls-i18n": "^0.2.4" } -} +} \ No newline at end of file