From 60f967a31ff1bc5a9c7436697d5c69bab4e21b35 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Tue, 2 Jul 2024 16:21:56 +0000 Subject: [PATCH] chore(release): v1.8.2 [skip ci] --- CHANGELOG.md | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) 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,