diff --git a/CHANGELOG.md b/CHANGELOG.md index 70accc5..438b438 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.7.3](https://github.com/EddieHubCommunity/EventCalendar/compare/v0.7.2...v0.7.3) (2021-11-25) + + +### Bug Fixes + +* updated the link of contributors in `readme.md` ([#78](https://github.com/EddieHubCommunity/EventCalendar/issues/78)) ([#80](https://github.com/EddieHubCommunity/EventCalendar/issues/80)) ([7ed9922](https://github.com/EddieHubCommunity/EventCalendar/commit/7ed9922b4dbb5f5c0a559f4f25aa3b412f436196)) + + + ## [0.7.2](https://github.com/EddieHubCommunity/EventCalendar/compare/v0.7.1...v0.7.2) (2021-11-20) @@ -35,12 +44,3 @@ -# [0.6.0](https://github.com/EddieHubCommunity/EventCalendar/compare/v0.5.11...v0.6.0) (2021-11-14) - - -### Features - -* basic issue forms ([#51](https://github.com/EddieHubCommunity/EventCalendar/issues/51)) ([ddeae0c](https://github.com/EddieHubCommunity/EventCalendar/commit/ddeae0c65f5234fa6a8e56b71378c671d399f6f9)) - - - diff --git a/package.json b/package.json index 730a0ee..f453f0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "event-calendar", - "version": "0.7.2", + "version": "0.7.3", "private": true, "dependencies": { "@fullcalendar/core": "^5.10.1",