diff --git a/CHANGELOG.md b/CHANGELOG.md index da4fe41..70accc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.7.2](https://github.com/EddieHubCommunity/EventCalendar/compare/v0.7.1...v0.7.2) (2021-11-20) + + +### Bug Fixes + +* **event:** EddieHub public speaking ([#75](https://github.com/EddieHubCommunity/EventCalendar/issues/75)) ([2e77902](https://github.com/EddieHubCommunity/EventCalendar/commit/2e779020d07e604e700897c206354d239829fe0a)) + + + ## [0.7.1](https://github.com/EddieHubCommunity/EventCalendar/compare/v0.7.0...v0.7.1) (2021-11-20) @@ -35,12 +44,3 @@ -## [0.5.11](https://github.com/EddieHubCommunity/EventCalendar/compare/v0.5.10...v0.5.11) (2021-11-12) - - -### Bug Fixes - -* margin to calendar ([#63](https://github.com/EddieHubCommunity/EventCalendar/issues/63)) ([7007cdb](https://github.com/EddieHubCommunity/EventCalendar/commit/7007cdba8eba2ecc798f45bfdf6a9fbabf6eaf51)) - - - diff --git a/package.json b/package.json index c33a66b..730a0ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "event-calendar", - "version": "0.7.1", + "version": "0.7.2", "private": true, "dependencies": { "@fullcalendar/core": "^5.10.1",