From 13b35208b0e56fa377f2e6d8dbe1180c709c2bee Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Thu, 26 Sep 2024 14:49:14 +0000 Subject: [PATCH] chore(release): v1.8.8 [skip ci] --- CHANGELOG.md | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aa4bc41..fefe2240 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.8.8](https://github.com/EddieHubCommunity/EddieBot/compare/v1.8.7...v1.8.8) (2024-09-26) + + +### Bug Fixes + +* github.blog to allowed links & cleanup testing errors ([#823](https://github.com/EddieHubCommunity/EddieBot/issues/823)) ([055acb3](https://github.com/EddieHubCommunity/EddieBot/commit/055acb3913a5cc75a6774c17e7b6929d1a5cafa8)) + + + ## [1.8.7](https://github.com/EddieHubCommunity/EddieBot/compare/v1.8.6...v1.8.7) (2024-09-24) @@ -34,12 +43,3 @@ -## [1.8.3](https://github.com/EddieHubCommunity/EddieBot/compare/v1.8.2...v1.8.3) (2024-07-28) - - -### Bug Fixes - -* remove URLs from content before checking for banned words ([#816](https://github.com/EddieHubCommunity/EddieBot/issues/816)) ([21f59e3](https://github.com/EddieHubCommunity/EddieBot/commit/21f59e3af92f24030a63828e717c9fd86f9724b0)) - - - diff --git a/package.json b/package.json index 5f5f6175..0d7e0d73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eddiehub", - "version": "1.8.7", + "version": "1.8.8", "description": "Discord bot built using NestJS", "author": "", "private": true,