diff --git a/CHANGELOG.md b/CHANGELOG.md index a5c8f9b0fe..e377459f70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [68.0.1](https://github.com/elastic/elastic-charts/compare/v68.0.0...v68.0.1) (2024-10-23) + + +### Bug Fixes + +* **deps:** update dependency @playwright/test to ^1.47.2 ([#2539](https://github.com/elastic/elastic-charts/issues/2539)) ([10d5f40](https://github.com/elastic/elastic-charts/commit/10d5f40f992df92d2ab7a7083e28232ccf26c572)) +* **Metric:** improve default font-sizing ([#2548](https://github.com/elastic/elastic-charts/issues/2548)) ([2e1178d](https://github.com/elastic/elastic-charts/commit/2e1178da38b93ef57011440bb75d260290ddd06e)) + # [68.0.0](https://github.com/elastic/elastic-charts/compare/v67.0.1...v68.0.0) (2024-10-08) diff --git a/packages/charts/package.json b/packages/charts/package.json index 18922a37f7..d3d530a488 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": "68.0.0", + "version": "68.0.1", "author": "Elastic DataVis", "license": "SEE LICENSE IN LICENSE.txt", "main": "dist/index.js",