Skip to content

Commit 5a19855

Browse files
chore: version packages (#123)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 26d7bf8 commit 5a19855

4 files changed

Lines changed: 8 additions & 11 deletions

File tree

.changeset/command-aliases.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/did-you-mean-root-fallback.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# incur
22

3+
## 0.3.24
4+
5+
### Patch Changes
6+
7+
- 250e65f: Added command-level `aliases` option for subcommands (e.g. `aliases: ['extensions', 'ext']` on an `extension` command).
8+
- 26d7bf8: Fixed root fetch/command fallback bypassing "Did you mean?" suggestions when the input is a typo of a known command.
9+
310
## 0.3.23
411

512
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"[!start-pkg]": "",
3434
"name": "incur",
3535
"type": "module",
36-
"version": "0.3.23",
36+
"version": "0.3.24",
3737
"license": "MIT",
3838
"repository": {
3939
"type": "git",

0 commit comments

Comments
 (0)