From 1e309aaaf3afad613fd4a29416c22890c15ca249 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 19 Nov 2023 20:35:48 +0000 Subject: [PATCH] chore(release): 1.10.0 [skip ci] # [1.10.0](https://github.com/CoCreate-app/CoCreate-charts/compare/v1.9.7...v1.10.0) (2023-11-19) ### Features * update dependecies for th latest features and bug fixes ([4350f8b](https://github.com/CoCreate-app/CoCreate-charts/commit/4350f8b96b0717c2d60f10807a9a6b4f5a67f307)) --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a37d75..0ceae8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.10.0](https://github.com/CoCreate-app/CoCreate-charts/compare/v1.9.7...v1.10.0) (2023-11-19) + + +### Features + +* update dependecies for th latest features and bug fixes ([4350f8b](https://github.com/CoCreate-app/CoCreate-charts/commit/4350f8b96b0717c2d60f10807a9a6b4f5a67f307)) + ## [1.9.7](https://github.com/CoCreate-app/CoCreate-charts/compare/v1.9.6...v1.9.7) (2023-11-12) diff --git a/package.json b/package.json index 2e745cc..02e5619 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/charts", - "version": "1.9.7", + "version": "1.10.0", "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 +}