diff --git a/CHANGELOG.md b/CHANGELOG.md index 68851f1..467c9c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.9.0](https://github.com/CoCreate-app/CoCreate-fullcalendar/compare/v1.8.12...v1.9.0) (2023-11-19) + + +### Features + +* update dependecies for th latest features and bug fixes ([766b198](https://github.com/CoCreate-app/CoCreate-fullcalendar/commit/766b198233e9d900bd824a506b217bececbdff95)) + ## [1.8.12](https://github.com/CoCreate-app/CoCreate-fullcalendar/compare/v1.8.11...v1.8.12) (2023-11-16) diff --git a/package.json b/package.json index f557cb3..d2940a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/fullcalendar", - "version": "1.8.12", + "version": "1.9.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.10.11", "@cocreate/observer": "^1.12.0" } -} \ No newline at end of file +}