Skip to content

Commit 7b6d197

Browse files
chore(main): release bargs 4.1.0 (#35)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 37c20e2 commit 7b6d197

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.0.1"
2+
".": "4.1.0"
33
}

CHANGELOG.md

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

3+
## [4.1.0](https://github.com/boneskull/bargs/compare/bargs-v4.0.1...bargs-v4.1.0) (2026-02-03)
4+
5+
6+
### Features
7+
8+
* add shell completion generation for bash, zsh, and fish ([#32](https://github.com/boneskull/bargs/issues/32)) ([d651732](https://github.com/boneskull/bargs/commit/d651732a5f4d29b12407b7b247950c5d7f1e9844))
9+
10+
11+
### Bug Fixes
12+
13+
* show built-in options in help output ([#33](https://github.com/boneskull/bargs/issues/33)) ([37c20e2](https://github.com/boneskull/bargs/commit/37c20e201538e21de9012a8dc79dfbbcbdb37ff3))
14+
315
## [4.0.1](https://github.com/boneskull/bargs/compare/bargs-v4.0.0...bargs-v4.0.1) (2026-02-01)
416

517

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@boneskull/bargs",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"type": "module",
55
"description": "A TypeScript-first CLI argument parser wrapping util.parseArgs() with full type inference",
66
"repository": {

0 commit comments

Comments
 (0)