diff --git a/CHANGELOG.md b/CHANGELOG.md index b28a3219e7..97f8d99f65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [66.0.4](https://github.com/elastic/elastic-charts/compare/v66.0.3...v66.0.4) (2024-06-24) + + +### Bug Fixes + +* **deps:** update dependency @elastic/eui to v95 ([#2462](https://github.com/elastic/elastic-charts/issues/2462)) ([040c354](https://github.com/elastic/elastic-charts/commit/040c354d349127697c0ac1a60f4cb103db600535)) +* option to disable the isolated point styles on line and area charts ([#2472](https://github.com/elastic/elastic-charts/issues/2472)) ([ae16815](https://github.com/elastic/elastic-charts/commit/ae1681516ac43fd6b9aca851635483c9ed6e9512)) +* outside rect annotation placement and group relations ([#2471](https://github.com/elastic/elastic-charts/issues/2471)) ([d46fb41](https://github.com/elastic/elastic-charts/commit/d46fb410ac1459ca7d943620ab830ce1924d76ab)) + ## [66.0.3](https://github.com/elastic/elastic-charts/compare/v66.0.2...v66.0.3) (2024-06-18) diff --git a/packages/charts/package.json b/packages/charts/package.json index 9862a986a8..f0f410dc55 100644 --- a/packages/charts/package.json +++ b/packages/charts/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/charts", "description": "Elastic-Charts data visualization library", - "version": "66.0.3", + "version": "66.0.4", "author": "Elastic DataVis", "license": "SEE LICENSE IN LICENSE.txt", "main": "dist/index.js",