diff --git a/CHANGELOG.md b/CHANGELOG.md index 12f9956e..7ab58b20 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.6](https://github.com/Discord-InterChat/InterChat/compare/v3.24.5...v3.24.6) (2024-05-22) + + +### Bug Fixes + +* defer reply in Browse command execution ([4909bb5](https://github.com/Discord-InterChat/InterChat/commit/4909bb5eef79833be2c21a7a873e746c312045e0)) + ### [3.24.5](https://github.com/Discord-InterChat/InterChat/compare/v3.24.4...v3.24.5) (2024-05-22) diff --git a/package.json b/package.json index cef01de9..de27e846 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "interchat", - "version": "3.24.5", + "version": "3.24.6", "description": "A growing Discord bot which provides inter-server chat!", "main": "build/cluster.js", "license": "GPL-3.0-or-later",