diff --git a/.changeset/pre.json b/.changeset/pre.json index 00487e2b..73649f0e 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -19,6 +19,7 @@ "mean-pandas-develop", "metal-glasses-repeat", "mighty-schools-happen", + "nasty-weeks-invent", "perfect-needles-rush", "perfect-oranges-beg", "rare-owls-listen", @@ -32,6 +33,7 @@ "spicy-waves-compare", "sweet-dolls-beg", "tall-cups-shake", + "unlucky-snails-suffer", "yellow-snakes-thank" ] } diff --git a/packages/jellycommands/CHANGELOG.md b/packages/jellycommands/CHANGELOG.md index 77e8ecf0..37e1071c 100644 --- a/packages/jellycommands/CHANGELOG.md +++ b/packages/jellycommands/CHANGELOG.md @@ -1,5 +1,13 @@ # jellycommands +## 1.0.0-next.25 + +### Patch Changes + +- fix config.messages.unknownCommand types ([`f204f4e`](https://github.com/ghostdevv/jellycommands/commit/f204f4e2a2bbf9898bfd9b3489c672c58786fca9)) + +* add more error logging ([`b9612d9`](https://github.com/ghostdevv/jellycommands/commit/b9612d913bcf0c7985783f5ec893037a5fcebaa9)) + ## 1.0.0-next.24 ### Patch Changes diff --git a/packages/jellycommands/package.json b/packages/jellycommands/package.json index 2b6dd0f3..4f801a5a 100644 --- a/packages/jellycommands/package.json +++ b/packages/jellycommands/package.json @@ -1,6 +1,6 @@ { "name": "jellycommands", - "version": "1.0.0-next.24", + "version": "1.0.0-next.25", "author": "GHOST", "license": "MIT", "main": "dist/index.js",