diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c675db..b3355ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.6.10](https://github.com/CoCreate-app/CoCreate-charts/compare/v1.6.9...v1.6.10) (2023-06-02) + + +### Bug Fixes + +* format demo html ([03cbe7e](https://github.com/CoCreate-app/CoCreate-charts/commit/03cbe7e4e86bbd54f27b40d4e9e1719e964ac5aa)) + ## [1.6.9](https://github.com/CoCreate-app/CoCreate-charts/compare/v1.6.8...v1.6.9) (2023-05-21) diff --git a/package.json b/package.json index 689570b..6d21a33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/charts", - "version": "1.6.9", + "version": "1.6.10", "description": "A simple charts component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.", "keywords": [ "charts", @@ -64,4 +64,4 @@ "mini-css-extract-plugin": "^1.5.0", "moment": "^2.29.1" } -} \ No newline at end of file +}