From c8ea54f6820d6455ea4062c1b9b4d597b551b1c1 Mon Sep 17 00:00:00 2001 From: Benjamin Menant Date: Mon, 10 Jun 2019 16:02:00 +0000 Subject: [PATCH] chore: release 2.3.7 [skip ci] ## [2.3.7](https://github.com/insitu-project/recommendations-webextension/compare/v2.3.6...v2.3.7) (2019-06-10) ### Bug Fixes * **sentry:** Wrong project DSN ([6602530](https://github.com/insitu-project/recommendations-webextension/commit/6602530)) * **wordings:** still lmem, not yet bulle ([c0d1abd](https://github.com/insitu-project/recommendations-webextension/commit/c0d1abd)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6ac77e53..52f60f121 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.3.7](https://github.com/insitu-project/recommendations-webextension/compare/v2.3.6...v2.3.7) (2019-06-10) + + +### Bug Fixes + +* **sentry:** Wrong project DSN ([6602530](https://github.com/insitu-project/recommendations-webextension/commit/6602530)) +* **wordings:** still lmem, not yet bulle ([c0d1abd](https://github.com/insitu-project/recommendations-webextension/commit/c0d1abd)) + ## [2.3.6](https://github.com/insitu-project/recommendations-webextension/compare/v2.3.5...v2.3.6) (2019-06-10) diff --git a/package.json b/package.json index 29ea5079d..e0660f2fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lmem-recommendations", - "version": "2.3.6", + "version": "2.3.7", "description": "LMEM Recommendations web extensions using React+Redux.", "engines": { "node": ">=8"