Skip to content

Commit

Permalink
chore(release): 56.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [56.0.1](v56.0.0...v56.0.1) (2023-04-18)

### Code Refactoring

* enable `noUncheckedIndexedAccess` ([#2006](#2006)) ([2f70349](2f70349))

### 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.
  • Loading branch information
semantic-release-bot committed Apr 18, 2023
1 parent 3bbfb05 commit 82f6750
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [56.0.1](https://github.com/elastic/elastic-charts/compare/v56.0.0...v56.0.1) (2023-04-18)


### Code Refactoring

* enable `noUncheckedIndexedAccess` ([#2006](https://github.com/elastic/elastic-charts/issues/2006)) ([2f70349](https://github.com/elastic/elastic-charts/commit/2f70349d20555188bf73e02f2725d9c8f740526b))


### 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.

# [56.0.0](https://github.com/elastic/elastic-charts/compare/v55.0.0...v56.0.0) (2023-04-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/charts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@elastic/charts",
"description": "Elastic-Charts data visualization library",
"version": "56.0.0",
"version": "56.0.1",
"author": "Elastic DataVis",
"license": "SEE LICENSE IN LICENSE.txt",
"main": "dist/index.js",
Expand Down

0 comments on commit 82f6750

Please sign in to comment.