From 098b15e11e8509af6930ec4c2174838176616aeb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 5 Nov 2021 15:36:09 +0000 Subject: [PATCH] chore(release): 38.1.5 [skip ci] ## [38.1.5](https://github.com/elastic/elastic-charts/compare/v38.1.4...v38.1.5) (2021-11-05) ### Bug Fixes * **legend:** legend breaking on words ([#1458](https://github.com/elastic/elastic-charts/issues/1458)) ([c42be98](https://github.com/elastic/elastic-charts/commit/c42be981b1b6a243dcfa5df9d978fb053e1aa5ed)) --- CHANGELOG.md | 7 +++++++ packages/charts/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a17b04526a..2e8dbc6655 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [38.1.5](https://github.com/elastic/elastic-charts/compare/v38.1.4...v38.1.5) (2021-11-05) + + +### Bug Fixes + +* **legend:** legend breaking on words ([#1458](https://github.com/elastic/elastic-charts/issues/1458)) ([c42be98](https://github.com/elastic/elastic-charts/commit/c42be981b1b6a243dcfa5df9d978fb053e1aa5ed)) + ## [38.1.4](https://github.com/elastic/elastic-charts/compare/v38.1.3...v38.1.4) (2021-11-03) diff --git a/packages/charts/package.json b/packages/charts/package.json index c05b697720..cde4fd7e90 100644 --- a/packages/charts/package.json +++ b/packages/charts/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/charts", "description": "Elastic-Charts data visualization library", - "version": "38.1.4", + "version": "38.1.5", "author": "Elastic DataVis", "license": "Apache-2.0", "main": "dist/index.js",