From 87fc5227e1cf2f67e15cfd621906b4d9b4cc81e8 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Tue, 7 May 2024 08:46:48 +0000 Subject: [PATCH] chore(release): v1.4.0 --- CHANGELOG.md | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4398d54..e297490e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [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)) + + + ## [1.3.2](https://github.com/EddieHubCommunity/EddieBot/compare/v1.3.1...v1.3.2) (2023-11-08) @@ -34,12 +43,3 @@ -## [1.2.13](https://github.com/EddieHubCommunity/EddieBot/compare/v1.2.12...v1.2.13) (2022-11-15) - - -### Bug Fixes - -* fella, gang banned words ([1f91f19](https://github.com/EddieHubCommunity/EddieBot/commit/1f91f198515fdf7f046e25f7ef76acd09b8c3d08)) - - - diff --git a/package.json b/package.json index 476d7665..dc03a477 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eddiehub", - "version": "1.3.2", + "version": "1.4.0", "description": "Discord bot built using NestJS", "author": "", "private": true,