Skip to content

Commit

Permalink
chore(release): 1.1.12 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.12](https://github.com/fekide/strapi-plugin-translate/compare/strapi-provider-translate-deepl@[email protected]) (2023-11-19)

### Bug Fixes

* **admin:** fix admin panel failing to build due to direct imports from plugin-i18n ([8afb7ba](8afb7ba)), closes [#378](#378)
  • Loading branch information
semantic-release-bot committed Nov 19, 2023
1 parent 67e4b12 commit 35c55dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions providers/deepl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-provider-translate-deepl",
"version": "1.1.11",
"version": "1.1.12",
"description": "DeepL provider for translate plugin in Strapi 4",
"keywords": [
"strapi",
Expand Down Expand Up @@ -51,7 +51,7 @@
},
"peerDependencies": {
"lodash": "*",
"strapi-plugin-translate": "1.2.3"
"strapi-plugin-translate": "1.2.4"
},
"engines": {
"node": ">=14 <=20",
Expand Down

0 comments on commit 35c55dd

Please sign in to comment.