Skip to content

Commit 419dc20

Browse files
chore(main): release bargs 4.1.0
1 parent d651732 commit 419dc20

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

.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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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+
310
## [4.0.1](https://github.com/boneskull/bargs/compare/bargs-v4.0.0...bargs-v4.0.1) (2026-02-01)
411

512

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)