From 9569626bd2e65cc6f3831f701fbf4b612bbca63c Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Wed, 21 Aug 2024 19:19:35 +0000 Subject: [PATCH] chore(release): v1.8.6 [skip ci] --- CHANGELOG.md | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb902de4..ab2a41ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.8.6](https://github.com/EddieHubCommunity/EddieBot/compare/v1.8.5...v1.8.6) (2024-08-21) + + +### Bug Fixes + +* update ESLint to v9 ([#819](https://github.com/EddieHubCommunity/EddieBot/issues/819)) ([560e396](https://github.com/EddieHubCommunity/EddieBot/commit/560e396d4759acdd1b2742aab8e5b1f5ce2937b7)) + + + ## [1.8.5](https://github.com/EddieHubCommunity/EddieBot/compare/v1.8.4...v1.8.5) (2024-08-20) @@ -34,12 +43,3 @@ -## [1.8.1](https://github.com/EddieHubCommunity/EddieBot/compare/v1.8.0...v1.8.1) (2024-07-02) - - -### Bug Fixes - -* invalid link deletes message, so stop checking ([#813](https://github.com/EddieHubCommunity/EddieBot/issues/813)) ([450dcf0](https://github.com/EddieHubCommunity/EddieBot/commit/450dcf083065c28434698b09a2c4513c6bf64145)) - - - diff --git a/package.json b/package.json index d2e646b6..d4f40202 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eddiehub", - "version": "1.8.5", + "version": "1.8.6", "description": "Discord bot built using NestJS", "author": "", "private": true,