From c2883749cc9b096cc8b124c51344af0d1a53ea43 Mon Sep 17 00:00:00 2001 From: Benjamin Menant Date: Wed, 22 Sep 2021 15:19:00 +0000 Subject: [PATCH] chore: release 3.88.0 # [3.88.0](https://github.com/dis-moi/extension/compare/v3.87.1...v3.88.0) (2021-09-22) ### Bug Fixes * storybook ([2e45d22](https://github.com/dis-moi/extension/commit/2e45d22c9f4fb52919cbc5437521dbd08b2abefc)) * yarn lock ([ffd9e62](https://github.com/dis-moi/extension/commit/ffd9e62c8ef343b0a5b5e3187abb4f931ec597b9)) ### Features * **contribution:** new no notice screen ([adeb2bd](https://github.com/dis-moi/extension/commit/adeb2bd6f09843136960baea5c19764e76fb40ea)) * **NoNoticeScreenContrib:** get value ([70f5dce](https://github.com/dis-moi/extension/commit/70f5dce848952e9f9850aadb873551ec92c705d0)) ### Performance Improvements * **matching:** filter matching contexts lists at once ([80aac85](https://github.com/dis-moi/extension/commit/80aac85bfe410134c17098b240729e5f7e570f95)) --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff8ae50e4..f1a3924c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# [3.88.0](https://github.com/dis-moi/extension/compare/v3.87.1...v3.88.0) (2021-09-22) + + +### Bug Fixes + +* storybook ([2e45d22](https://github.com/dis-moi/extension/commit/2e45d22c9f4fb52919cbc5437521dbd08b2abefc)) +* yarn lock ([ffd9e62](https://github.com/dis-moi/extension/commit/ffd9e62c8ef343b0a5b5e3187abb4f931ec597b9)) + + +### Features + +* **contribution:** new no notice screen ([adeb2bd](https://github.com/dis-moi/extension/commit/adeb2bd6f09843136960baea5c19764e76fb40ea)) +* **NoNoticeScreenContrib:** get value ([70f5dce](https://github.com/dis-moi/extension/commit/70f5dce848952e9f9850aadb873551ec92c705d0)) + + +### Performance Improvements + +* **matching:** filter matching contexts lists at once ([80aac85](https://github.com/dis-moi/extension/commit/80aac85bfe410134c17098b240729e5f7e570f95)) + ## [3.87.1](https://github.com/dis-moi/extension/compare/v3.87.0...v3.87.1) (2021-08-31) diff --git a/package.json b/package.json index 741c9c0bc..d8b096df8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dismoi-webextension", - "version": "3.87.1", + "version": "3.88.0", "description": "Bulles Recommendations web extensions using React+Redux.", "engines": { "node": ">=12"