Skip to content

Commit 81e334c

Browse files
committed
chore: release
1 parent 5ee859c commit 81e334c

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.1.10] - 2023-12-12
6+
7+
### Fixed
8+
9+
- CommonJS projects crash when using commandkit cli with watch mode.
10+
511
## [0.1.9] - 2023-12-12
612

713
### Changes (breaking)

packages/commandkit/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ CommandKit is a library that makes it easy to handle commands and events in your
1919
- Multiple dev guilds, users, & roles support 🤝
2020
- Automatic command updates 🤖
2121
- REST registration behaviour 📍
22+
- Easy command line interface 🖥️
2223
- And much more! 🧪
2324

2425
## Documentation

packages/commandkit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "commandkit",
33
"description": "Beginner friendly command & event handler for Discord.js",
4-
"version": "0.1.9",
4+
"version": "0.1.10",
55
"license": "MIT",
66
"main": "./dist/index.js",
77
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)