From 63114bd31f7399df50bbdbe276d6f3c7f275252f Mon Sep 17 00:00:00 2001 From: Semaphore CI Date: Tue, 30 Nov 2021 10:28:41 +0000 Subject: [PATCH] chore: release 3.94.0 # [3.94.0](https://github.com/dis-moi/extension/compare/v3.93.5...v3.94.0) (2021-11-30) ### Bug Fixes * broken manifest ([23acddb](https://github.com/dis-moi/extension/commit/23acddbd832d5a67a1eec0c5dde2e89831a1075a)) ### Features * adapt browserconfig.xml ([902657c](https://github.com/dis-moi/extension/commit/902657c9c5da4c062acfdc0f83d76e6bc6ab21db)) * adapt favicons and webmanifest to facet ([9b158a3](https://github.com/dis-moi/extension/commit/9b158a387bd5074cd21343f63230039c14798bb1)) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 473e0d2ef..2d4958b3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [3.94.0](https://github.com/dis-moi/extension/compare/v3.93.5...v3.94.0) (2021-11-30) + + +### Bug Fixes + +* broken manifest ([23acddb](https://github.com/dis-moi/extension/commit/23acddbd832d5a67a1eec0c5dde2e89831a1075a)) + + +### Features + +* adapt browserconfig.xml ([902657c](https://github.com/dis-moi/extension/commit/902657c9c5da4c062acfdc0f83d76e6bc6ab21db)) +* adapt favicons and webmanifest to facet ([9b158a3](https://github.com/dis-moi/extension/commit/9b158a387bd5074cd21343f63230039c14798bb1)) + ## [3.93.5](https://github.com/dis-moi/extension/compare/v3.93.4...v3.93.5) (2021-11-12) diff --git a/package.json b/package.json index b92a9f80f..3f153008b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dismoi-webextension", - "version": "3.93.5", + "version": "3.94.0", "description": "Bulles Recommendations web extensions using React+Redux.", "engines": { "node": ">=12 <17"