From c10f8a6394d061b3b2e6b8be17a6e7f3b6181361 Mon Sep 17 00:00:00 2001 From: roojay Date: Fri, 29 Oct 2021 10:25:50 +0800 Subject: [PATCH] v0.5.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- src/info.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc90ff5..5d427c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# [0.5.0](https://github.com/roojay520/bobplugin-google-translate/compare/v0.4.2...v0.5.0) (2021-10-29) + + + ## [0.4.2](https://github.com/roojay520/bobplugin-google-translate/compare/v0.4.1...v0.4.2) (2021-05-20) ### Features diff --git a/package.json b/package.json index cfbec7d..3667f46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@feq/bobplugin-google-translate", - "version": "0.4.2", + "version": "0.5.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 e8d43d7..a8f849c 100644 --- a/src/info.json +++ b/src/info.json @@ -1,7 +1,7 @@ { "identifier": "com.roojay.bobplugin-google-translate", "category": "translate", - "version": "0.4.2", + "version": "0.5.0", "name": "Google 翻译", "summary": "Bob google 翻译插件", "author": "roojay ",