Skip to content

Commit e68e4a1

Browse files
committed
v0.8.0
1 parent 5329281 commit e68e4a1

File tree

3 files changed

+576
-18
lines changed

3 files changed

+576
-18
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [0.8.0](https://github.com/geekdada/bob-plugin-deepl-translate/compare/v0.7.0...v0.8.0) (2021-05-08)
2+
3+
4+
### Features
5+
6+
* add support for deepl free api token ([b1b65d5](https://github.com/geekdada/bob-plugin-deepl-translate/commit/b1b65d58eb7ef7e853abc79aa6a4982d0bb07663))
7+
8+
9+
110
# [0.7.0](https://github.com/geekdada/bob-plugin-deepl-translate/compare/v0.6.0...v0.7.0) (2021-02-14)
211

312

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bob-plugin-deepl-translate",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"author": "Roy Li <[email protected]>",
55
"homepage": "https://github.com/geekdada/bob-plugin-deepl-translate",
66
"repository": "https://github.com/geekdada/bob-plugin-deepl-translate.git",
@@ -33,6 +33,7 @@
3333
"@typescript-eslint/eslint-plugin": "^4.8.0",
3434
"@typescript-eslint/parser": "^4.8.0",
3535
"adm-zip": "^0.4.16",
36+
"conventional-changelog-cli": "^2.1.1",
3637
"cross-env": "^7.0.2",
3738
"esbuild": "^0.7.22",
3839
"eslint": "^7.13.0",

0 commit comments

Comments
 (0)