Skip to content

Commit

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

### Bug Fixes

* **batch-translate:** catch errors from started jobs ([eaf906e](eaf906e)), closes [#276](#276)
  • Loading branch information
semantic-release-bot committed Aug 31, 2023
1 parent e0d5638 commit c6e569f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions providers/libretranslate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-provider-translate-libretranslate",
"version": "1.0.8",
"version": "1.0.9",
"description": "Libretranslate provider for translate plugin in Strapi 4",
"keywords": [
"strapi",
Expand Down Expand Up @@ -55,6 +55,6 @@
},
"peerDependencies": {
"lodash": "*",
"strapi-plugin-translate": "1.2.1"
"strapi-plugin-translate": "1.2.2"
}
}

0 comments on commit c6e569f

Please sign in to comment.