From fa5fbc66576672ed586403c52e2e831925083469 Mon Sep 17 00:00:00 2001 From: Semaphore CI Date: Thu, 13 Jan 2022 17:46:21 +0000 Subject: [PATCH] chore: release 3.96.2 ## [3.96.2](https://github.com/dis-moi/extension/compare/v3.96.1...v3.96.2) (2022-01-13) ### Bug Fixes * **profiles:** fix routes ([cd8c75b](https://github.com/dis-moi/extension/commit/cd8c75b3d4948a812b9e68f4974a683b13aec9c6)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4eb323efd..f2e4b066d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.96.2](https://github.com/dis-moi/extension/compare/v3.96.1...v3.96.2) (2022-01-13) + + +### Bug Fixes + +* **profiles:** fix routes ([cd8c75b](https://github.com/dis-moi/extension/commit/cd8c75b3d4948a812b9e68f4974a683b13aec9c6)) + ## [3.96.1](https://github.com/dis-moi/extension/compare/v3.96.0...v3.96.1) (2022-01-13) diff --git a/package.json b/package.json index cc07683fc..92ceebbb6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dismoi-webextension", - "version": "3.96.1", + "version": "3.96.2", "description": "Bulles Recommendations web extensions using React+Redux.", "engines": { "node": ">=12 <17"