From 110a06fd63cad62c8b48033a4ccf0ce1cbeffb73 Mon Sep 17 00:00:00 2001 From: Benjamin Menant Date: Fri, 6 Nov 2020 15:48:50 +0000 Subject: [PATCH] chore: release 3.56.0 # [3.56.0](https://github.com/dis-moi/extension/compare/v3.55.4...v3.56.0) (2020-11-06) ### Bug Fixes * Fix crash when trying to access "my subscriptions" page while not connected ([95354b7](https://github.com/dis-moi/extension/commit/95354b7cc834e4234b88e608520b54443122075f)) ### Features * Add campaign param when redirecting to profiles for the first time ([9a18ff9](https://github.com/dis-moi/extension/commit/9a18ff9b89dd4bd3745ef7cdca89d23bedf284d9)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10ff1bc0f..14b0e1f78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [3.56.0](https://github.com/dis-moi/extension/compare/v3.55.4...v3.56.0) (2020-11-06) + + +### Bug Fixes + +* Fix crash when trying to access "my subscriptions" page while not connected ([95354b7](https://github.com/dis-moi/extension/commit/95354b7cc834e4234b88e608520b54443122075f)) + + +### Features + +* Add campaign param when redirecting to profiles for the first time ([9a18ff9](https://github.com/dis-moi/extension/commit/9a18ff9b89dd4bd3745ef7cdca89d23bedf284d9)) + ## [3.55.4](https://github.com/dis-moi/extension/compare/v3.55.3...v3.55.4) (2020-11-05) diff --git a/package.json b/package.json index fd716c0dc..63e2f4757 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dismoi-webextension", - "version": "3.55.4", + "version": "3.56.0", "description": "Bulles Recommendations web extensions using React+Redux.", "engines": { "node": ">=8"