From cb5eed9dcacfe5c2a798d2bb4322a5c33eb1dc88 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Tue, 11 Jun 2024 08:26:11 +0000 Subject: [PATCH] chore(release): v1.7.2 --- CHANGELOG.md | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8c71ce7..287214da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.7.2](https://github.com/EddieHubCommunity/EddieBot/compare/v1.7.1...v1.7.2) (2024-06-11) + + +### Bug Fixes + +* rename deploy to deploy.yml ([74ad9a7](https://github.com/EddieHubCommunity/EddieBot/commit/74ad9a7f25143f50cd8e69d8c39474371f819336)) + + + ## [1.7.1](https://github.com/EddieHubCommunity/EddieBot/compare/v1.7.0...v1.7.1) (2024-06-11) @@ -34,12 +43,3 @@ -## [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)) - - - diff --git a/package.json b/package.json index 2702a9f7..b8176e4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eddiehub", - "version": "1.7.1", + "version": "1.7.2", "description": "Discord bot built using NestJS", "author": "", "private": true,