From 9704374ab0b6966ecc2efbd13551cb0c09a49ed7 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Sun, 9 Oct 2022 11:37:33 +0000 Subject: [PATCH] chore(release): v1.2.11 --- CHANGELOG.md | 18 +++++++++--------- package.json | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32aa3258..b01e22a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.2.11](https://github.com/EddieHubCommunity/EddieBot/compare/v1.2.10...v1.2.11) (2022-10-09) + + +### Bug Fixes + +* health check endpoint ([64d4604](https://github.com/EddieHubCommunity/EddieBot/commit/64d460429abeedb90b509200233623417839ef4c)) + + + ## [1.2.10](https://github.com/EddieHubCommunity/EddieBot/compare/v1.2.9...v1.2.10) (2022-10-09) @@ -34,12 +43,3 @@ -## [1.2.6](https://github.com/EddieHubCommunity/EddieBot/compare/v1.2.5...v1.2.6) (2022-10-09) - - -### Bug Fixes - -* mongo connection string ([91662a0](https://github.com/EddieHubCommunity/EddieBot/commit/91662a0b06aaf1742f5aedcd899a05bd6d38879e)) - - - diff --git a/package.json b/package.json index b782f05f..7c70a3c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eddiehub", - "version": "1.2.10", + "version": "1.2.11", "description": "Discord bot built using NestJS", "author": "", "private": true, @@ -47,4 +47,4 @@ "prettier": "^2.2.1", "typescript": "^4.7.3" } -} +} \ No newline at end of file