From 347540a5e2823f86124c13adaa20321e221fcffb Mon Sep 17 00:00:00 2001 From: Jeroen Claassens Date: Sat, 5 Feb 2022 16:58:01 +0100 Subject: [PATCH] chore(release): 2.4.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b00458bc..a04061feb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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. +## [2.4.0](https://github.com/sapphiredev/framework/compare/v2.3.0...v2.4.0) (2022-02-05) + +### Features + +- **commands:** more types for detailed description ([#372](https://github.com/sapphiredev/framework/issues/372)) ([5085644](https://github.com/sapphiredev/framework/commit/5085644fa4037c92a1f435e13a6322b1530a3af5)) + +### Bug Fixes + +- bump dependencies to their latest versions ([3b35c91](https://github.com/sapphiredev/framework/commit/3b35c915648ff0fad6dd2eb569e5fe360a655726)) +- **message-parser:** do not run commands when the bot has been timed out ([#373](https://github.com/sapphiredev/framework/issues/373)) ([760227d](https://github.com/sapphiredev/framework/commit/760227d8d23a846bccc5615e4ae9fef832c1abb7)) + ## [2.3.0](https://github.com/sapphiredev/framework/compare/v2.2.2...v2.3.0) (2022-01-08) ### Features diff --git a/package.json b/package.json index 67417f437..8a52436f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sapphire/framework", - "version": "2.3.0", + "version": "2.4.0", "description": "Discord bot framework built on top of @sapphire/lib for advanced and amazing bots.", "main": "dist/index.js", "types": "dist/index.d.ts",