From 0b60cbb27f5506bf199795d53ff11b5bb9dffad1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 8 Mar 2019 18:26:51 +0000 Subject: [PATCH] chore(release): 3.0.1 [skip ci] ## [3.0.1](https://github.com/elastic/elastic-charts/compare/v3.0.0...v3.0.1) (2019-03-08) ### Bug Fixes * **canvas_text_bbox_calculator:** increase font scaling factor ([#93](https://github.com/elastic/elastic-charts/issues/93)) ([f6a1f1d](https://github.com/elastic/elastic-charts/commit/f6a1f1d)) --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f552e3dd51..581b072360 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.1](https://github.com/elastic/elastic-charts/compare/v3.0.0...v3.0.1) (2019-03-08) + + +### Bug Fixes + +* **canvas_text_bbox_calculator:** increase font scaling factor ([#93](https://github.com/elastic/elastic-charts/issues/93)) ([f6a1f1d](https://github.com/elastic/elastic-charts/commit/f6a1f1d)) + # [3.0.0](https://github.com/elastic/elastic-charts/compare/v2.1.0...v3.0.0) (2019-03-06) diff --git a/package.json b/package.json index 698132369b..277f0f4dfa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/charts", "description": "Elastic-Charts data visualization library", - "version": "3.0.0", + "version": "3.0.1", "author": "Marco Vettorello ", "license": "Apache-2.0", "main": "dist/index.js", @@ -135,4 +135,4 @@ "path": "./node_modules/cz-conventional-changelog" } } -} \ No newline at end of file +}