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 +}