diff --git a/CHANGELOG.md b/CHANGELOG.md index ab2a41ba..3aa4bc41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.8.7](https://github.com/EddieHubCommunity/EddieBot/compare/v1.8.6...v1.8.7) (2024-09-24) + + +### Bug Fixes + +* dependencies ([#822](https://github.com/EddieHubCommunity/EddieBot/issues/822)) ([2e4af50](https://github.com/EddieHubCommunity/EddieBot/commit/2e4af506171a51b6119388a26dd025220965ff23)) + + + ## [1.8.6](https://github.com/EddieHubCommunity/EddieBot/compare/v1.8.5...v1.8.6) (2024-08-21) @@ -34,12 +43,3 @@ -## [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)) - - - diff --git a/package.json b/package.json index 61884b78..5f5f6175 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eddiehub", - "version": "1.8.6", + "version": "1.8.7", "description": "Discord bot built using NestJS", "author": "", "private": true,