From c6e569f115343c8b1a1e0bfbe99993ac8b2a5be1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 31 Aug 2023 08:03:24 +0000 Subject: [PATCH] chore(release): 1.0.9 [skip ci] ## [1.0.9](https://github.com/fekide/strapi-plugin-translate/compare/strapi-provider-translate-libretranslate@1.0.8...strapi-provider-translate-libretranslate@1.0.9) (2023-08-31) ### Bug Fixes * **batch-translate:** catch errors from started jobs ([eaf906e](https://github.com/fekide/strapi-plugin-translate/commit/eaf906e8bad67886995d32cc8db757bf1b44e66b)), closes [#276](https://github.com/fekide/strapi-plugin-translate/issues/276) --- providers/libretranslate/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/providers/libretranslate/package.json b/providers/libretranslate/package.json index 335df03a..719d9bd1 100644 --- a/providers/libretranslate/package.json +++ b/providers/libretranslate/package.json @@ -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", @@ -55,6 +55,6 @@ }, "peerDependencies": { "lodash": "*", - "strapi-plugin-translate": "1.2.1" + "strapi-plugin-translate": "1.2.2" } }