Skip to content

Commit 60b42c5

Browse files
chore(release): 1.1.11 [skip ci]
## [1.1.11](https://github.com/fekide/strapi-plugin-translate/compare/strapi-provider-translate-deepl@[email protected]) (2023-11-02) ### Bug Fixes * **admin:** remove NotFound component ([972ca02](972ca02)), closes [#339](#339) * **deps:** support node 20 and strapi v4.13 ([6c816f7](6c816f7)), closes [#357](#357) * **provider-deepl:** add appInfo to DeepL Translator options ([cbb68bf](cbb68bf))
1 parent 237ea2f commit 60b42c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

providers/deepl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strapi-provider-translate-deepl",
3-
"version": "1.1.10",
3+
"version": "1.1.11",
44
"description": "DeepL provider for translate plugin in Strapi 4",
55
"keywords": [
66
"strapi",
@@ -51,7 +51,7 @@
5151
},
5252
"peerDependencies": {
5353
"lodash": "*",
54-
"strapi-plugin-translate": "1.2.2"
54+
"strapi-plugin-translate": "1.2.3"
5555
},
5656
"engines": {
5757
"node": ">=14 <=20",

0 commit comments

Comments
 (0)