diff --git a/CHANGELOG.md b/CHANGELOG.md index 74c14cb996..18808dc0ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.4.1](https://github.com/elastic/elastic-charts/compare/v3.4.0...v3.4.1) (2019-03-26) + + +### Bug Fixes + +* **brushing:** enable mouseup event outside chart element ([#120](https://github.com/elastic/elastic-charts/issues/120)) ([77d62f6](https://github.com/elastic/elastic-charts/commit/77d62f6)), closes [#119](https://github.com/elastic/elastic-charts/issues/119) + # [3.4.0](https://github.com/elastic/elastic-charts/compare/v3.3.1...v3.4.0) (2019-03-25) diff --git a/package.json b/package.json index 4e0a14f93c..f9a2f81fda 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/charts", "description": "Elastic-Charts data visualization library", - "version": "3.4.0", + "version": "3.4.1", "author": "Marco Vettorello ", "license": "Apache-2.0", "main": "dist/index.js",