Skip to content

Commit bda63f6

Browse files
chore(release): 24.4.0 [skip ci]
# [24.4.0](v24.3.0...v24.4.0) (2020-12-09) ### Bug Fixes * empty labels on debug state ([#940](#940)) ([3c823fd](3c823fd)) ### Features * allow use of functions for y, y0, split and stack accessors ([#943](#943)) ([22425d3](22425d3))
1 parent 22425d3 commit bda63f6

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [24.4.0](https://github.com/elastic/elastic-charts/compare/v24.3.0...v24.4.0) (2020-12-09)
2+
3+
4+
### Bug Fixes
5+
6+
* empty labels on debug state ([#940](https://github.com/elastic/elastic-charts/issues/940)) ([3c823fd](https://github.com/elastic/elastic-charts/commit/3c823fdbc8437c907c02b58c1aa8e084bc7611d1))
7+
8+
9+
### Features
10+
11+
* allow use of functions for y, y0, split and stack accessors ([#943](https://github.com/elastic/elastic-charts/issues/943)) ([22425d3](https://github.com/elastic/elastic-charts/commit/22425d3b9819afde208c651abb6b017839556645))
12+
113
# [24.3.0](https://github.com/elastic/elastic-charts/compare/v24.2.0...v24.3.0) (2020-12-04)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@elastic/charts",
33
"description": "Elastic-Charts data visualization library",
4-
"version": "24.3.0",
4+
"version": "24.4.0",
55
"author": "Marco Vettorello <marco.vettorello@elastic.co>",
66
"license": "Apache-2.0",
77
"main": "dist/index.js",

0 commit comments

Comments
 (0)