diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a3b549..a3cd188 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.3.3](https://github.com/roojay520/bobplugin-google-translate/compare/v0.3.2...v0.3.3) (2020-11-05) + + +### Bug Fixes + +* 修复秘钥获取出错的问题 issues [#3](https://github.com/roojay520/bobplugin-google-translate/issues/3) ([a0cfd05](https://github.com/roojay520/bobplugin-google-translate/commit/a0cfd05ce1a1ad04c0c98bc3c9fbef830f35747f)) + + + ## [0.3.2](https://github.com/roojay520/bobplugin-google-translate/compare/v0.3.1...v0.3.2) (2020-10-12) diff --git a/package.json b/package.json index 9012943..91eeb46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@feq/bobplugin-google-translate", - "version": "0.3.2", + "version": "0.3.3", "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 7c6b79f..4eee868 100644 --- a/src/info.json +++ b/src/info.json @@ -1,7 +1,7 @@ { "identifier": "com.roojay.bobplugin-google-translate", "category": "translate", - "version": "0.3.2", + "version": "0.3.3", "name": "Google 翻译", "summary": "Bob google 翻译插件", "author": "roojay ",