Skip to content

Commit

Permalink
chore(release): 57.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [57.0.0](v56.0.0...v57.0.0) (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.
  • Loading branch information
semantic-release-bot committed Apr 19, 2023
1 parent 471eb62 commit 25f04fb
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 @@
# [57.0.0](https://github.com/elastic/elastic-charts/compare/v56.0.0...v57.0.0) (2023-04-19)


### Code Refactoring

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


### 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": "57.0.0",
"author": "Elastic DataVis",
"license": "SEE LICENSE IN LICENSE.txt",
"main": "dist/index.js",
Expand Down

0 comments on commit 25f04fb

Please sign in to comment.