diff --git a/CHANGELOG.md b/CHANGELOG.md index bb88843..dd5fd5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.8.3](https://github.com/CoCreate-app/CoCreate-fullcalendar/compare/v1.8.2...v1.8.3) (2023-09-18) + + +### Bug Fixes + +* Add path and pathname ([87310f8](https://github.com/CoCreate-app/CoCreate-fullcalendar/commit/87310f8830054fed5dd7f52c8a1389d352dd608c)) +* Update CoCreate depndencies to latest versions ([30adde1](https://github.com/CoCreate-app/CoCreate-fullcalendar/commit/30adde1654c36700f5cc491f99b6bc71068bb873)) + ## [1.8.2](https://github.com/CoCreate-app/CoCreate-fullcalendar/compare/v1.8.1...v1.8.2) (2023-09-17) diff --git a/package.json b/package.json index d14436c..3eee338 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/fullcalendar", - "version": "1.8.2", + "version": "1.8.3", "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.1", "@cocreate/observer": "^1.11.1" } -} \ No newline at end of file +}