From 0060b0ae53df3fa79995c3d2a6f62e59065a37f9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 24 Apr 2023 20:42:13 +0000 Subject: [PATCH] chore(release): 1.5.2 [skip ci] ## [1.5.2](https://github.com/CoCreate-app/CoCreate-fullcalendar/compare/v1.5.1...v1.5.2) (2023-04-24) ### Bug Fixes * workflow node version updated 16 ([8e007c0](https://github.com/CoCreate-app/CoCreate-fullcalendar/commit/8e007c07875e99d3c9dc4c98d7c8c7d6960676c0)) --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 806b96f..9ce5aea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.2](https://github.com/CoCreate-app/CoCreate-fullcalendar/compare/v1.5.1...v1.5.2) (2023-04-24) + + +### Bug Fixes + +* workflow node version updated 16 ([8e007c0](https://github.com/CoCreate-app/CoCreate-fullcalendar/commit/8e007c07875e99d3c9dc4c98d7c8c7d6960676c0)) + ## [1.5.1](https://github.com/CoCreate-app/CoCreate-fullcalendar/compare/v1.5.0...v1.5.1) (2023-04-24) diff --git a/package.json b/package.json index 0025c2f..ffad288 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/fullcalendar", - "version": "1.5.1", + "version": "1.5.2", "description": "A simple fullcalendar component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.", "keywords": [ "fullcalendar", @@ -66,4 +66,4 @@ "@cocreate/local-storage": "^1.6.3", "@cocreate/observer": "^1.7.1" } -} \ No newline at end of file +}