From 3fb26b8923ad4cd40bc7d83a7b8d8603c9cf8eb4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 14 Oct 2023 01:49:34 +0000 Subject: [PATCH] chore(release): 1.8.6 [skip ci] ## [1.8.6](https://github.com/CoCreate-app/CoCreate-fullcalendar/compare/v1.8.5...v1.8.6) (2023-10-14) ### Bug Fixes * bump dependencies ([5b22a85](https://github.com/CoCreate-app/CoCreate-fullcalendar/commit/5b22a85467ee075a07d7bff296830695cf683fc5)) * link.runLink updated to link.open ([6579c39](https://github.com/CoCreate-app/CoCreate-fullcalendar/commit/6579c395f6c92a95c2ac0dd402d156cfad172479)) --- CHANGELOG.md | 8 ++++++++ package.json | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fd9b11..c512117 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.8.6](https://github.com/CoCreate-app/CoCreate-fullcalendar/compare/v1.8.5...v1.8.6) (2023-10-14) + + +### Bug Fixes + +* bump dependencies ([5b22a85](https://github.com/CoCreate-app/CoCreate-fullcalendar/commit/5b22a85467ee075a07d7bff296830695cf683fc5)) +* link.runLink updated to link.open ([6579c39](https://github.com/CoCreate-app/CoCreate-fullcalendar/commit/6579c395f6c92a95c2ac0dd402d156cfad172479)) + ## [1.8.5](https://github.com/CoCreate-app/CoCreate-fullcalendar/compare/v1.8.4...v1.8.5) (2023-10-09) diff --git a/package.json b/package.json index 5aa37f2..db4302e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/fullcalendar", - "version": "1.8.5", + "version": "1.8.6", "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.5", "@cocreate/observer": "^1.11.5" } -} \ No newline at end of file +}