Skip to content

Commit dddebfc

Browse files
chore(release): 56.0.1 [skip ci]
## [56.0.1](v56.0.0...v56.0.1) (2023-04-19) ### Code Refactoring * enable `noUncheckedIndexedAccess` ([#2006](#2006)) ([f446cca](f446cca)) ### BREAKING CHANGES * Enables stricter type option in src and could have unexpected changes. This release is meant to serve as a clean break in case any issues arise.
1 parent 76ee209 commit dddebfc

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [56.0.1](https://github.com/elastic/elastic-charts/compare/v56.0.0...v56.0.1) (2023-04-19)
2+
3+
4+
### Code Refactoring
5+
6+
* enable `noUncheckedIndexedAccess` ([#2006](https://github.com/elastic/elastic-charts/issues/2006)) ([f446cca](https://github.com/elastic/elastic-charts/commit/f446cca1691bbe5d7608845b65ea555f74e0f6af))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Enables stricter type option in src and could have
12+
unexpected changes. This release is meant to serve as a clean break
13+
in case any issues arise.
14+
115
# [56.0.0](https://github.com/elastic/elastic-charts/compare/v55.0.0...v56.0.0) (2023-04-18)
216

317

packages/charts/package.json

+1-1
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": "56.0.0",
4+
"version": "56.0.1",
55
"author": "Elastic DataVis",
66
"license": "SEE LICENSE IN LICENSE.txt",
77
"main": "dist/index.js",

0 commit comments

Comments
 (0)