diff --git a/CHANGELOG.md b/CHANGELOG.md index 40f61a0..4e02a44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.8.0](https://github.com/CoCreate-app/CoCreate-fullcalendar/compare/v1.7.1...v1.8.0) (2023-08-21) + + +### Features + +* Update cocreate dependencies for the latest features and bug fixes ([80c1e2b](https://github.com/CoCreate-app/CoCreate-fullcalendar/commit/80c1e2b3e5ced862c3110d12ca1486a2c6c1fc5c)) + ## [1.7.1](https://github.com/CoCreate-app/CoCreate-fullcalendar/compare/v1.7.0...v1.7.1) (2023-08-21) diff --git a/package.json b/package.json index 20e9107..6170b9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/fullcalendar", - "version": "1.7.1", + "version": "1.8.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.9.1", "@cocreate/observer": "^1.10.1" } -} \ No newline at end of file +}