Skip to content

Commit 7f7b521

Browse files
committed
chore: release v1.4.1
1 parent fef9ff0 commit 7f7b521

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [1.4.1](https://github.com/bentruyman/cli/compare/1.4.0...1.4.1) (2026-04-10)
4+
5+
### Bug Fixes
6+
7+
- handle built-in help flags in Command.run ([fef9ff0](https://github.com/bentruyman/cli/commit/fef9ff0e8397bca8f211cca7dd1c821a67497d1f))
8+
39
# [1.4.0](https://github.com/bentruyman/cli/compare/1.3.0...1.4.0) (2026-02-13)
410

511
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@truyman/cli",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "Build CLIs. TypeScript does the rest.",
55
"keywords": [
66
"arguments",

0 commit comments

Comments
 (0)