Skip to content

Commit ccaa52a

Browse files
chore(main): release bargs 3.4.0
1 parent c1514f9 commit ccaa52a

4 files changed

Lines changed: 12 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-
".": "3.3.0"
2+
".": "3.4.0"
33
}

CHANGELOG.md

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

3+
## [3.4.0](https://github.com/boneskull/bargs/compare/bargs-v3.3.0...bargs-v3.4.0) (2026-01-07)
4+
5+
6+
### Features
7+
8+
* add helper types for inferring parser values ([24d145a](https://github.com/boneskull/bargs/commit/24d145a867f025843882e0486e1353358f353185))
9+
* **nested:** add factory pattern for nested commands with typed parent globals ([#18](https://github.com/boneskull/bargs/issues/18)) ([c1514f9](https://github.com/boneskull/bargs/commit/c1514f9e16ae255aeedc738294e228f4e258464e))
10+
311
## [3.3.0](https://github.com/boneskull/bargs/compare/bargs-v3.2.0...bargs-v3.3.0) (2026-01-06)
412

513

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": "3.3.0",
3+
"version": "3.4.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)