From 24d3796c808544eb15bf26178c15a2282d3f1b1b Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Wed, 8 May 2024 06:02:32 +0000 Subject: [PATCH] chore(release): v1.5.0 --- CHANGELOG.md | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fd66780..d25b723c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.5.0](https://github.com/EddieHubCommunity/EddieBot/compare/v1.4.1...v1.5.0) (2024-05-08) + + +### Features + +* log removed messages to admin channel ([#793](https://github.com/EddieHubCommunity/EddieBot/issues/793)) ([614fc53](https://github.com/EddieHubCommunity/EddieBot/commit/614fc53870d6cfa2d00d60a6eb1d7e02b92a91d9)) + + + ## [1.4.1](https://github.com/EddieHubCommunity/EddieBot/compare/v1.4.0...v1.4.1) (2024-05-07) @@ -34,12 +43,3 @@ -# [1.3.0](https://github.com/EddieHubCommunity/EddieBot/compare/v1.2.14...v1.3.0) (2023-03-06) - - -### Features - -* dudez banned words ([#777](https://github.com/EddieHubCommunity/EddieBot/issues/777)) ([1706fe1](https://github.com/EddieHubCommunity/EddieBot/commit/1706fe17b7aced95279203b020dcf7c01ec73f58)) - - - diff --git a/package.json b/package.json index 4a74edfa..56859de4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eddiehub", - "version": "1.4.1", + "version": "1.5.0", "description": "Discord bot built using NestJS", "author": "", "private": true,