From 272ae0650cca0b21f74b850ea66ed3fa792d3199 Mon Sep 17 00:00:00 2001 From: dev-737 <73829355+dev-737@users.noreply.github.com> Date: Wed, 22 May 2024 15:34:56 +0530 Subject: [PATCH] chore(release): 3.24.4 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fccdfc5d..0c083ea1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [3.24.4](https://github.com/Discord-InterChat/InterChat/compare/v3.24.3...v3.24.4) (2024-05-22) + + +### Bug Fixes + +* **deleteMsg:** fix hub mod check ([69d41db](https://github.com/Discord-InterChat/InterChat/commit/69d41db937916c1d4ebb6b8f717ffeb843f2774e)) + ### [3.24.3](https://github.com/Discord-InterChat/InterChat/compare/v3.24.2...v3.24.3) (2024-05-21) ### [3.24.2](https://github.com/Discord-InterChat/InterChat/compare/v3.24.1...v3.24.2) (2024-05-21) diff --git a/package.json b/package.json index c3ca4622..9f9bcca5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "interchat", - "version": "3.24.3", + "version": "3.24.4", "description": "A growing Discord bot which provides inter-server chat!", "main": "build/cluster.js", "license": "GPL-3.0-or-later",