File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 22
33All 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)
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
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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments