From b5d9f76c126ba2997d6a45450f7dab5cb18f86af Mon Sep 17 00:00:00 2001 From: Semaphore CI Date: Tue, 9 Nov 2021 00:57:20 +0000 Subject: [PATCH] chore: release 3.91.0 # [3.91.0](https://github.com/dis-moi/extension/compare/v3.90.0...v3.91.0) (2021-11-09) ### Features * change LMEL preselected contributors ([92905df](https://github.com/dis-moi/extension/commit/92905df7167184d4f248806babb3dede79b3aa76)) * **lmel:** limit to local contributors ([189c9d8](https://github.com/dis-moi/extension/commit/189c9d80ffd8f9198a5d94b9c973a7bb0ade27e8)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5078776ab..a99ed2c94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [3.91.0](https://github.com/dis-moi/extension/compare/v3.90.0...v3.91.0) (2021-11-09) + + +### Features + +* change LMEL preselected contributors ([92905df](https://github.com/dis-moi/extension/commit/92905df7167184d4f248806babb3dede79b3aa76)) +* **lmel:** limit to local contributors ([189c9d8](https://github.com/dis-moi/extension/commit/189c9d80ffd8f9198a5d94b9c973a7bb0ade27e8)) + # [3.90.0](https://github.com/dis-moi/extension/compare/v3.89.0...v3.90.0) (2021-11-04) diff --git a/package.json b/package.json index ffc5f5e4a..c8f88fecb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dismoi-webextension", - "version": "3.90.0", + "version": "3.91.0", "description": "Bulles Recommendations web extensions using React+Redux.", "engines": { "node": ">=12"