diff --git a/CHANGELOG.md b/CHANGELOG.md index e42455a..4069a7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.7.0](https://github.com/roojay520/bobplugin-google-translate/compare/v0.6.1...v0.7.0) (2023-04-09) + + +### Bug Fixes + +* 将特殊字符串分隔作为可配置项, 默认关闭 issues [#21](https://github.com/roojay520/bobplugin-google-translate/issues/21) ([13fea9f](https://github.com/roojay520/bobplugin-google-translate/commit/13fea9f6bd168d7181af60a81a7e2edd01c6b435)) + + + ## [0.6.1](https://github.com/roojay520/bobplugin-google-translate/compare/v0.6.0...v0.6.1) (2022-11-06) diff --git a/package.json b/package.json index 5de39d1..e8fec8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@feq/bobplugin-google-translate", - "version": "0.6.1", + "version": "0.7.0", "description": "Bob google 翻译插件", "homepage": "https://github.com/roojay520/bobplugin-google-translate", "repository": "https://github.com/roojay520/bobplugin-google-translate.git", diff --git a/src/info.json b/src/info.json index 5980d61..56df218 100644 --- a/src/info.json +++ b/src/info.json @@ -1,7 +1,7 @@ { "identifier": "com.roojay.bobplugin-google-translate", "category": "translate", - "version": "0.6.1", + "version": "0.7.0", "name": "Google 翻译", "summary": "Bob google 翻译插件", "author": "roojay ",