diff --git a/CHANGELOG.md b/CHANGELOG.md index e2b39fe..0d2efa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.5.2](https://github.com/EddieHubCommunity/EventCalendar/compare/v0.5.1...v0.5.2) (2021-11-07) + + +### Bug Fixes + +* deployment with prod start ([#32](https://github.com/EddieHubCommunity/EventCalendar/issues/32)) ([76be2e6](https://github.com/EddieHubCommunity/EventCalendar/commit/76be2e6d2e07dc920d0a6743985366cf66ce0145)) + + + ## [0.5.1](https://github.com/EddieHubCommunity/EventCalendar/compare/v0.5.0...v0.5.1) (2021-11-07) @@ -34,13 +43,3 @@ -# [0.3.0](https://github.com/EddieHubCommunity/EventCalendar/compare/v0.2.0...v0.3.0) (2021-11-07) - - -### Features - -* gh action to deploy ([7f2ca15](https://github.com/EddieHubCommunity/EventCalendar/commit/7f2ca1577e220230933c296ac011af956f033b3c)) -* kubernetes config ([121ad80](https://github.com/EddieHubCommunity/EventCalendar/commit/121ad80ad4bf9428debb92a63640e18729e4fc4a)) - - - diff --git a/package.json b/package.json index 7adc1f8..dca28f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "event-calendar", - "version": "0.5.1", + "version": "0.5.2", "private": true, "dependencies": { "@fullcalendar/core": "^5.10.1", @@ -48,4 +48,4 @@ "last 1 safari version" ] } -} +} \ No newline at end of file