diff --git a/CHANGELOG.md b/CHANGELOG.md index a315c0cb7f..9a830ecd70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [16.2.1](https://github.com/elastic/elastic-charts/compare/v16.2.0...v16.2.1) (2020-01-23) + + +### Bug Fixes + +* try to get canvas post mounting ([#521](https://github.com/elastic/elastic-charts/issues/521)) ([141f465](https://github.com/elastic/elastic-charts/commit/141f4658acd3047eb6652ef3324fcfe2b9e42903)) + # [16.2.0](https://github.com/elastic/elastic-charts/compare/v16.1.0...v16.2.0) (2020-01-21) diff --git a/package.json b/package.json index 8e42f3732e..b350a825d8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/charts", "description": "Elastic-Charts data visualization library", - "version": "16.2.0", + "version": "16.2.1", "author": "Marco Vettorello ", "license": "Apache-2.0", "main": "dist/index.js",