From ede6aa317f0fcedd621439281e7a1bc3e2432137 Mon Sep 17 00:00:00 2001 From: Semaphore CI Date: Fri, 18 Mar 2022 20:46:09 +0000 Subject: [PATCH] chore: release 3.97.2 ## [3.97.2](https://github.com/dis-moi/extension/compare/v3.97.1...v3.97.2) (2022-03-18) ### Bug Fixes * **lmel:** wrong store for LMEL ([7c362fb](https://github.com/dis-moi/extension/commit/7c362fb090e14e3c5a252c7096dcfcde8ea452d4)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e117f24df..a156a5104 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.97.2](https://github.com/dis-moi/extension/compare/v3.97.1...v3.97.2) (2022-03-18) + + +### Bug Fixes + +* **lmel:** wrong store for LMEL ([7c362fb](https://github.com/dis-moi/extension/commit/7c362fb090e14e3c5a252c7096dcfcde8ea452d4)) + ## [3.97.1](https://github.com/dis-moi/extension/compare/v3.97.0...v3.97.1) (2022-03-15) diff --git a/package.json b/package.json index 7f046e50e..101ddbcd6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dismoi-webextension", - "version": "3.97.1", + "version": "3.97.2", "description": "Bulles Recommendations web extensions using React+Redux.", "engines": { "node": ">=12 <17"