diff --git a/CHANGELOG.md b/CHANGELOG.md index 9387cc8c..ee3e038f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.14.0](https://github.com/EddieHubCommunity/EddieBot/compare/v0.13.5...v0.14.0) (2021-08-26) + + +### Features + +* gitpodify ([#600](https://github.com/EddieHubCommunity/EddieBot/issues/600)) ([4243e5c](https://github.com/EddieHubCommunity/EddieBot/commit/4243e5c51393035a969df3a55ed3779376407ea6)) + + + ## [0.13.5](https://github.com/EddieHubCommunity/EddieBot/compare/v0.13.4...v0.13.5) (2021-08-17) @@ -38,12 +47,3 @@ -## [0.13.1](https://github.com/EddieHubCommunity/EddieBot/compare/v0.13.0...v0.13.1) (2021-08-09) - - -### Bug Fixes - -* roles to lowercase ([#585](https://github.com/EddieHubCommunity/EddieBot/issues/585)) ([6dce83e](https://github.com/EddieHubCommunity/EddieBot/commit/6dce83e7d9df0b1c9b22bd9909264ca3962d3248)) - - - diff --git a/package.json b/package.json index ac0390b3..d5b0005b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eddiehub", - "version": "0.13.5", + "version": "0.14.0", "description": "Discord bot built using NestJS", "author": "", "private": true, @@ -87,4 +87,4 @@ "coverageDirectory": "../coverage", "testEnvironment": "node" } -} +} \ No newline at end of file