diff --git a/CHANGELOG.md b/CHANGELOG.md index 4295829..f83188b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.1.10] - 2023-12-12 + +### Fixed + +- CommonJS projects crash when using commandkit cli with watch mode. + ## [0.1.9] - 2023-12-12 ### Changes (breaking) diff --git a/packages/commandkit/README.md b/packages/commandkit/README.md index 2eb4a94..b24cce6 100644 --- a/packages/commandkit/README.md +++ b/packages/commandkit/README.md @@ -19,6 +19,7 @@ CommandKit is a library that makes it easy to handle commands and events in your - Multiple dev guilds, users, & roles support ๐Ÿค - Automatic command updates ๐Ÿค– - REST registration behaviour ๐Ÿ“ +- Easy command line interface ๐Ÿ–ฅ๏ธ - And much more! ๐Ÿงช ## Documentation diff --git a/packages/commandkit/package.json b/packages/commandkit/package.json index ed3cdff..37ec066 100644 --- a/packages/commandkit/package.json +++ b/packages/commandkit/package.json @@ -1,7 +1,7 @@ { "name": "commandkit", "description": "Beginner friendly command & event handler for Discord.js", - "version": "0.1.9", + "version": "0.1.10", "license": "MIT", "main": "./dist/index.js", "module": "./dist/index.mjs",