From dcee68e904d7ac754411de80d650e23d8673ed53 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 6 Mar 2019 22:09:24 +0000 Subject: [PATCH] chore(release): 3.0.0 [skip ci] # [3.0.0](https://github.com/elastic/elastic-charts/compare/v2.1.0...v3.0.0) (2019-03-06) ### Bug Fixes * **scale:** return ticks in millis for time scales for line/area charts ([8b46283](https://github.com/elastic/elastic-charts/commit/8b46283)) ### BREAKING CHANGES * **scale:** The props callback is called with millis instead of Date for axis on line or area only charts. --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebebc4e378..f552e3dd51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [3.0.0](https://github.com/elastic/elastic-charts/compare/v2.1.0...v3.0.0) (2019-03-06) + + +### Bug Fixes + +* **scale:** return ticks in millis for time scales for line/area charts ([8b46283](https://github.com/elastic/elastic-charts/commit/8b46283)) + + +### BREAKING CHANGES + +* **scale:** The props callback is called with millis instead of Date for axis on line or area only charts. + # [2.1.0](https://github.com/elastic/elastic-charts/compare/v2.0.0...v2.1.0) (2019-03-06) diff --git a/package.json b/package.json index 786aef715a..6e0dd1b6d8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/charts", "description": "Elastic-Charts data visualization library", - "version": "2.1.0", + "version": "3.0.0", "author": "Marco Vettorello ", "license": "Apache-2.0", "main": "dist/index.js",