diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ad7c98..c97c7d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.12.2](https://github.com/CoCreate-app/CoCreate-charts/compare/v1.12.1...v1.12.2) (2024-04-29) + + +### Bug Fixes + +* bump cocreate dependencies ([ed8e03d](https://github.com/CoCreate-app/CoCreate-charts/commit/ed8e03d8fdf2bdce4dd572936d73eef137294b53)) + ## [1.12.1](https://github.com/CoCreate-app/CoCreate-charts/compare/v1.12.0...v1.12.1) (2024-02-05) diff --git a/package.json b/package.json index 8bd5f43..2d3c6bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/charts", - "version": "1.12.1", + "version": "1.12.2", "description": "A simple charts component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.", "keywords": [ "charts", @@ -62,4 +62,4 @@ "mini-css-extract-plugin": "^1.5.0", "moment": "^2.29.1" } -} \ No newline at end of file +}