diff --git a/CHANGELOG.md b/CHANGELOG.md index e2fba7773..be5339ff1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.3.4](https://github.com/insitu-project/recommendations-webextension/compare/v2.3.3...v2.3.4) (2019-06-07) + + +### Bug Fixes + +* **iframe:** hide iframe when content closed ([498cbdb](https://github.com/insitu-project/recommendations-webextension/commit/498cbdb)) + ## [2.3.3](https://github.com/insitu-project/recommendations-webextension/compare/v2.3.2...v2.3.3) (2019-06-01) diff --git a/package.json b/package.json index b1121e637..91438016b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lmem-recommendations", - "version": "2.3.3", + "version": "2.3.4", "description": "LMEM Recommendations web extensions using React+Redux.", "engines": { "node": ">=8"