diff --git a/CHANGELOG.md b/CHANGELOG.md index e892fddd..553e9b0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.8.2](https://github.com/EddieHubCommunity/EddieBot/compare/v1.8.1...v1.8.2) (2024-07-02) + + +### Bug Fixes + +* handle http protocol capitalization when checking links ([#814](https://github.com/EddieHubCommunity/EddieBot/issues/814)) ([f83ff9f](https://github.com/EddieHubCommunity/EddieBot/commit/f83ff9f4ed79755021d1f603f77207bd7219f88c)) + + + ## [1.8.1](https://github.com/EddieHubCommunity/EddieBot/compare/v1.8.0...v1.8.1) (2024-07-02) @@ -34,12 +43,3 @@ -## [1.7.8](https://github.com/EddieHubCommunity/EddieBot/compare/v1.7.7...v1.7.8) (2024-06-24) - - -### Bug Fixes - -* switch release action to softprops/action-gh-release ([#810](https://github.com/EddieHubCommunity/EddieBot/issues/810)) ([b8e69e3](https://github.com/EddieHubCommunity/EddieBot/commit/b8e69e3abc43ef437cfb2ac6c42884d47cd8f4cc)) - - - diff --git a/package.json b/package.json index e2b1a9e0..47bbdeca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eddiehub", - "version": "1.8.1", + "version": "1.8.2", "description": "Discord bot built using NestJS", "author": "", "private": true,