From 16bdc2bf03afcfa48bfc8366a4d445fc41e8a258 Mon Sep 17 00:00:00 2001 From: roojay Date: Wed, 30 Sep 2020 13:36:33 +0800 Subject: [PATCH] v0.2.2 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- src/info.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9206f5a..2327654 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.2.2](https://github.com/roojay520/bobplugin-google-translate/compare/v0.2.1...v0.2.2) (2020-09-30) + + +### Bug Fixes + +* 修正 http hander 字段 ([57190e0](https://github.com/roojay520/bobplugin-google-translate/commit/57190e071344d9c5f59a5a3487a48bc7f81f5800)) + + + ## [0.2.1](https://github.com/roojay520/bobplugin-google-translate/compare/v0.2.0...v0.2.1) (2020-09-30) diff --git a/package.json b/package.json index ab3c46c..77bde2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@feq/bobplugin-google-translate", - "version": "0.2.1", + "version": "0.2.2", "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 a4cf6da..78f6bb2 100644 --- a/src/info.json +++ b/src/info.json @@ -1,7 +1,7 @@ { "identifier": "com.roojay.bobplugin-google-translate", "category": "translate", - "version": "0.2.1", + "version": "0.2.2", "name": "Google 翻译", "summary": "Bob google 翻译插件", "author": "roojay ",