From 4780b07750309ee8c76106e5dea2f00aa319e3e2 Mon Sep 17 00:00:00 2001 From: dev-737 <73829355+dev-737@users.noreply.github.com> Date: Fri, 8 Mar 2024 08:15:31 +0530 Subject: [PATCH] chore(release): 3.17.6 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3efd0cee..91e663ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.17.6](https://github.com/Discord-InterChat/InterChat/compare/v3.17.5...v3.17.6) (2024-03-08) + ### [3.17.5](https://github.com/Discord-InterChat/InterChat/compare/v3.17.3...v3.17.5) (2024-02-27) ### [3.17.4](https://github.com/Discord-InterChat/InterChat/compare/v3.17.3...v3.17.4) (2024-02-26) diff --git a/package.json b/package.json index 210bef7d..2b0c4545 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "interchat", "private": true, - "version": "3.17.5", + "version": "3.17.6", "description": "A growing Discord bot which provides inter-server chat!", "main": "build/index.js", "license": "GPL-3.0-or-later",