From b5ec611171c55506acb8083b1c95aa0eaf624cb7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 25 Nov 2023 23:43:03 +0000 Subject: [PATCH] chore(release): 1.10.0 [skip ci] # [1.10.0](https://github.com/CoCreate-app/CoCreate-datatable/compare/v1.9.0...v1.10.0) (2023-11-25) ### Features * upgrade dependencies for latest features and fixes ([fd099e9](https://github.com/CoCreate-app/CoCreate-datatable/commit/fd099e9922cf1088261d3f4b046c94f1277a5642)) --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd6e90d..3dafb60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.10.0](https://github.com/CoCreate-app/CoCreate-datatable/compare/v1.9.0...v1.10.0) (2023-11-25) + + +### Features + +* upgrade dependencies for latest features and fixes ([fd099e9](https://github.com/CoCreate-app/CoCreate-datatable/commit/fd099e9922cf1088261d3f4b046c94f1277a5642)) + # [1.9.0](https://github.com/CoCreate-app/CoCreate-datatable/compare/v1.8.0...v1.9.0) (2023-11-25) diff --git a/package.json b/package.json index e43c12a..7f56e09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/datatable", - "version": "1.9.0", + "version": "1.10.0", "description": "A simple datatable component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.", "keywords": [ "datatable", @@ -56,4 +56,4 @@ "webpack-cli": "^4.5.0", "webpack-log": "^3.0.1" } -} \ No newline at end of file +}