From f6074c295f60a75615313a6525140804076a4159 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 4 Mar 2021 23:01:00 +0000 Subject: [PATCH] chore(release): 25.0.2 [skip ci] ## [25.0.2](https://github.com/elastic/elastic-charts/compare/v25.0.1...v25.0.2) (2021-03-04) ### Bug Fixes * **tooltip:** allow explicit boundary element ([#1049](https://github.com/elastic/elastic-charts/issues/1049)) ([#1056](https://github.com/elastic/elastic-charts/issues/1056)) ([05d6885](https://github.com/elastic/elastic-charts/commit/05d6885f1c58d5f3328fb8f8bc84d3039c82df3d)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca60561f42..bcbf70db5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [25.0.2](https://github.com/elastic/elastic-charts/compare/v25.0.1...v25.0.2) (2021-03-04) + + +### Bug Fixes + +* **tooltip:** allow explicit boundary element ([#1049](https://github.com/elastic/elastic-charts/issues/1049)) ([#1056](https://github.com/elastic/elastic-charts/issues/1056)) ([05d6885](https://github.com/elastic/elastic-charts/commit/05d6885f1c58d5f3328fb8f8bc84d3039c82df3d)) + ## [25.0.1](https://github.com/elastic/elastic-charts/compare/v25.0.0...v25.0.1) (2021-02-17) diff --git a/package.json b/package.json index fb91008e0b..e768af7252 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/charts", "description": "Elastic-Charts data visualization library", - "version": "25.0.1", + "version": "25.0.2", "author": "Marco Vettorello ", "license": "Apache-2.0", "main": "dist/index.js",