From 2e3cd3867244252f9f8cdd71f5d279983d4bb4ca Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Sat, 20 Nov 2021 03:44:40 +0000 Subject: [PATCH] chore(release): v0.7.1 --- CHANGELOG.md | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 771eda8..da4fe41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.7.1](https://github.com/EddieHubCommunity/EventCalendar/compare/v0.7.0...v0.7.1) (2021-11-20) + + +### Bug Fixes + +* list layout ([9ed22e3](https://github.com/EddieHubCommunity/EventCalendar/commit/9ed22e33424de630be99700b88dc9c3373dcffc4)) + + + # [0.7.0](https://github.com/EddieHubCommunity/EventCalendar/compare/v0.6.1...v0.7.0) (2021-11-20) @@ -35,12 +44,3 @@ -## [0.5.10](https://github.com/EddieHubCommunity/EventCalendar/compare/v0.5.9...v0.5.10) (2021-11-11) - - -### Bug Fixes - -* lock file ([6a4c5a2](https://github.com/EddieHubCommunity/EventCalendar/commit/6a4c5a202106550c1582b1099ff825593bffcb68)) - - - diff --git a/package.json b/package.json index a04387d..c33a66b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "event-calendar", - "version": "0.7.0", + "version": "0.7.1", "private": true, "dependencies": { "@fullcalendar/core": "^5.10.1",