From b7ee00fd489bc60e585f396039b863e65eae332f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 21 Aug 2023 04:13:56 +0000 Subject: [PATCH] chore(release): 1.8.1 [skip ci] ## [1.8.1](https://github.com/CoCreate-app/CoCreate-fullcalendar/compare/v1.8.0...v1.8.1) (2023-08-21) ### Bug Fixes * bump dependencies ([aa39f2c](https://github.com/CoCreate-app/CoCreate-fullcalendar/commit/aa39f2c60870d5e059c7262332488954e9800f47)) --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e02a44..a9da97b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.8.1](https://github.com/CoCreate-app/CoCreate-fullcalendar/compare/v1.8.0...v1.8.1) (2023-08-21) + + +### Bug Fixes + +* bump dependencies ([aa39f2c](https://github.com/CoCreate-app/CoCreate-fullcalendar/commit/aa39f2c60870d5e059c7262332488954e9800f47)) + # [1.8.0](https://github.com/CoCreate-app/CoCreate-fullcalendar/compare/v1.7.1...v1.8.0) (2023-08-21) diff --git a/package.json b/package.json index b67f919..f669f41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/fullcalendar", - "version": "1.8.0", + "version": "1.8.1", "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.0", "@cocreate/observer": "^1.11.0" } -} \ No newline at end of file +}