From cd7081dc86ad4a44c87762a6624780abc83cd41f Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Wed, 8 May 2024 16:54:47 +0000 Subject: [PATCH] chore(release): v1.5.2 --- CHANGELOG.md | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95073b4f..ddcf47c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.5.2](https://github.com/EddieHubCommunity/EddieBot/compare/v1.5.1...v1.5.2) (2024-05-08) + + +### Bug Fixes + +* url check ([#796](https://github.com/EddieHubCommunity/EddieBot/issues/796)) ([0048b2b](https://github.com/EddieHubCommunity/EddieBot/commit/0048b2b0f831176db53cc33f68fce2fcca6e9280)) + + + ## [1.5.1](https://github.com/EddieHubCommunity/EddieBot/compare/v1.5.0...v1.5.1) (2024-05-08) @@ -34,12 +43,3 @@ -## [1.3.2](https://github.com/EddieHubCommunity/EddieBot/compare/v1.3.1...v1.3.2) (2023-11-08) - - -### Bug Fixes - -* typo checker and fixer [#771](https://github.com/EddieHubCommunity/EddieBot/issues/771) ([#788](https://github.com/EddieHubCommunity/EddieBot/issues/788)) ([5bba98f](https://github.com/EddieHubCommunity/EddieBot/commit/5bba98ffe963e6c43a197336a52373b787e3cfb0)) - - - diff --git a/package.json b/package.json index 00cefc3f..d816a77b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eddiehub", - "version": "1.5.1", + "version": "1.5.2", "description": "Discord bot built using NestJS", "author": "", "private": true,