diff --git a/CHANGELOG.md b/CHANGELOG.md index 37cee5d..52ec7d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.7.6](https://github.com/EddieHubCommunity/EventCalendar/compare/v0.7.5...v0.7.6) (2021-12-19) + + +### Bug Fixes + +* docs ([c628b0d](https://github.com/EddieHubCommunity/EventCalendar/commit/c628b0df0113089cf97c3aea2c8dca89fc2c7dca)) + + + ## [0.7.5](https://github.com/EddieHubCommunity/EventCalendar/compare/v0.7.4...v0.7.5) (2021-12-17) @@ -34,12 +43,3 @@ -## [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)) - - - diff --git a/package.json b/package.json index b987081..b466bed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "event-calendar", - "version": "0.7.5", + "version": "0.7.6", "private": true, "dependencies": { "@fullcalendar/core": "^5.10.1",