From 3ed025b1e1de3241df75353f567d2df7cf6807d5 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Wed, 15 May 2024 11:17:36 +0000 Subject: [PATCH] chore(release): v1.5.3 --- CHANGELOG.md | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddcf47c3..6a24b7f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.5.3](https://github.com/EddieHubCommunity/EddieBot/compare/v1.5.2...v1.5.3) (2024-05-15) + + +### Bug Fixes + +* log updates to admin channel ([#798](https://github.com/EddieHubCommunity/EddieBot/issues/798)) ([cc38054](https://github.com/EddieHubCommunity/EddieBot/commit/cc380546adb54299945fa2e6541478a773442270)) + + + ## [1.5.2](https://github.com/EddieHubCommunity/EddieBot/compare/v1.5.1...v1.5.2) (2024-05-08) @@ -34,12 +43,3 @@ -# [1.4.0](https://github.com/EddieHubCommunity/EddieBot/compare/v1.3.2...v1.4.0) (2024-05-07) - - -### Features - -* checks for links ([#791](https://github.com/EddieHubCommunity/EddieBot/issues/791)) ([e5a1b8e](https://github.com/EddieHubCommunity/EddieBot/commit/e5a1b8ed2ae817e077d27aba61c699bf6b5808d8)) - - - diff --git a/package.json b/package.json index d816a77b..0041f0f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eddiehub", - "version": "1.5.2", + "version": "1.5.3", "description": "Discord bot built using NestJS", "author": "", "private": true,