diff --git a/CHANGELOG.md b/CHANGELOG.md index 001372a..771eda8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.7.0](https://github.com/EddieHubCommunity/EventCalendar/compare/v0.6.1...v0.7.0) (2021-11-20) + + +### Features + +* list layout ([9f2a490](https://github.com/EddieHubCommunity/EventCalendar/commit/9f2a49038eeb1738676c1bc58079e65dd9dcaf1e)) + + + ## [0.6.1](https://github.com/EddieHubCommunity/EventCalendar/compare/v0.6.0...v0.6.1) (2021-11-19) @@ -35,12 +44,3 @@ -## [0.5.9](https://github.com/EddieHubCommunity/EventCalendar/compare/v0.5.8...v0.5.9) (2021-11-11) - - -### Bug Fixes - -* main tag ([#60](https://github.com/EddieHubCommunity/EventCalendar/issues/60)) ([0aba39c](https://github.com/EddieHubCommunity/EventCalendar/commit/0aba39c1d15334a76ca717d6887b2ab244026a16)) - - - diff --git a/package.json b/package.json index 8bf306e..a04387d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "event-calendar", - "version": "0.6.1", + "version": "0.7.0", "private": true, "dependencies": { "@fullcalendar/core": "^5.10.1",