From f2be7a8cbbf9095f8420e8f6437474c971f663b3 Mon Sep 17 00:00:00 2001 From: Benjamin Menant Date: Tue, 10 Nov 2020 11:49:12 +0000 Subject: [PATCH] chore: release 3.57.0 # [3.57.0](https://github.com/dis-moi/extension/compare/v3.56.0...v3.57.0) (2020-11-10) ### Features * **profile:** Show one, all, or none featured notices on contributor profile ([73aceae](https://github.com/dis-moi/extension/commit/73aceae6a0ae861d2ef1e76eeb0d67531c9a532d)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14b0e1f78..c5d425f87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.57.0](https://github.com/dis-moi/extension/compare/v3.56.0...v3.57.0) (2020-11-10) + + +### Features + +* **profile:** Show one, all, or none featured notices on contributor profile ([73aceae](https://github.com/dis-moi/extension/commit/73aceae6a0ae861d2ef1e76eeb0d67531c9a532d)) + # [3.56.0](https://github.com/dis-moi/extension/compare/v3.55.4...v3.56.0) (2020-11-06) diff --git a/package.json b/package.json index 63e2f4757..1be5ccc1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dismoi-webextension", - "version": "3.56.0", + "version": "3.57.0", "description": "Bulles Recommendations web extensions using React+Redux.", "engines": { "node": ">=8"