From fad064b07ef4669bbd892fe158a59f0456805db3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 25 Nov 2023 23:43:24 +0000 Subject: [PATCH] chore(release): 1.11.0 [skip ci] # [1.11.0](https://github.com/CoCreate-app/CoCreate-fullcalendar/compare/v1.10.0...v1.11.0) (2023-11-25) ### Features * upgrade dependencies for latest features and fixes ([ff5bbcd](https://github.com/CoCreate-app/CoCreate-fullcalendar/commit/ff5bbcd4c3f589182747766d65e4acb27732d65b)) --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd1a087..57697a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.11.0](https://github.com/CoCreate-app/CoCreate-fullcalendar/compare/v1.10.0...v1.11.0) (2023-11-25) + + +### Features + +* upgrade dependencies for latest features and fixes ([ff5bbcd](https://github.com/CoCreate-app/CoCreate-fullcalendar/commit/ff5bbcd4c3f589182747766d65e4acb27732d65b)) + # [1.10.0](https://github.com/CoCreate-app/CoCreate-fullcalendar/compare/v1.9.0...v1.10.0) (2023-11-25) diff --git a/package.json b/package.json index 1047946..1a64a3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/fullcalendar", - "version": "1.10.0", + "version": "1.11.0", "description": "A simple fullcalendar component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.", "keywords": [ "fullcalendar", @@ -63,4 +63,4 @@ "@cocreate/local-storage": "^1.12.0", "@cocreate/observer": "^1.14.0" } -} \ No newline at end of file +}