File tree 3 files changed +8
-1
lines changed
3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 0.1.10] - 2023-12-12
6
+
7
+ ### Fixed
8
+
9
+ - CommonJS projects crash when using commandkit cli with watch mode.
10
+
5
11
## [ 0.1.9] - 2023-12-12
6
12
7
13
### Changes (breaking)
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ CommandKit is a library that makes it easy to handle commands and events in your
19
19
- Multiple dev guilds, users, & roles support 🤝
20
20
- Automatic command updates 🤖
21
21
- REST registration behaviour 📍
22
+ - Easy command line interface 🖥️
22
23
- And much more! 🧪
23
24
24
25
## Documentation
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " commandkit" ,
3
3
"description" : " Beginner friendly command & event handler for Discord.js" ,
4
- "version" : " 0.1.9 " ,
4
+ "version" : " 0.1.10 " ,
5
5
"license" : " MIT" ,
6
6
"main" : " ./dist/index.js" ,
7
7
"module" : " ./dist/index.mjs" ,
You can’t perform that action at this time.
0 commit comments