From d1ba90777ce4dc8e4a4674678efbfc6eab3e4ee5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 6 Jun 2023 20:36:35 +0000 Subject: [PATCH] chore(release): 1.2.0-next.1 [skip ci] # [1.2.0-next.1](https://github.com/Fekide/strapi-plugin-translate/compare/strapi-plugin-translate@1.1.3...strapi-plugin-translate@1.2.0-next.1) (2023-06-06) ### Bug Fixes * **batch-update:** fix error during updating updated-entry entity ([c9ae544](https://github.com/Fekide/strapi-plugin-translate/commit/c9ae544421826923ef2fd7a346dca34fa64b3e5f)) ### Features * **admin:** add batch updating ([bf88e10](https://github.com/Fekide/strapi-plugin-translate/commit/bf88e1087aab66d697cc470d698b551dcf1089ec)), closes [#109](https://github.com/Fekide/strapi-plugin-translate/issues/109) * **batch-update:** add customization options ([2bd372f](https://github.com/Fekide/strapi-plugin-translate/commit/2bd372f8c54a7a4203d0990c9533017acf0768df)) * **batch-update:** group updates by content type ([1cd1d0b](https://github.com/Fekide/strapi-plugin-translate/commit/1cd1d0b256aabbe49b978f07e115e10ae4c12c61)) * **plugin:** optionally regenerate uids after single translation ([2506054](https://github.com/Fekide/strapi-plugin-translate/commit/2506054e179c231d31cdd9fc10a212a951ea67c5)), closes [#156](https://github.com/Fekide/strapi-plugin-translate/issues/156) --- plugin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/package.json b/plugin/package.json index 783fdf18..9b91f15c 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "strapi-plugin-translate", - "version": "1.1.3", + "version": "1.2.0-next.1", "description": "Strapi plugin for managing and automating translation of content", "strapi": { "name": "translate",