Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
twlite committed Dec 14, 2023
1 parent 5ee859c commit 81e334c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions packages/commandkit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/commandkit/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 81e334c

Please sign in to comment.