Skip to content

Commit db8ed3a

Browse files
chore(main): release bargs 3.3.0 (#14)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d958763 commit db8ed3a

4 files changed

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

CHANGELOG.md

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

3+
## [3.3.0](https://github.com/boneskull/bargs/compare/bargs-v3.2.0...bargs-v3.3.0) (2026-01-06)
4+
5+
6+
### Features
7+
8+
* add automatic --no-&lt;flag&gt; support for boolean options ([6dfa924](https://github.com/boneskull/bargs/commit/6dfa924b599b02f0ddba12e55a14f203235db808))
9+
* add camelCaseValues transform for kebab-to-camel option keys ([ed83b73](https://github.com/boneskull/bargs/commit/ed83b73019d8a33db539464e1ae54427e4e66983))
10+
* alias bargs.create to bargs (or vice-versa) ([d958763](https://github.com/boneskull/bargs/commit/d9587632fde6ff30239e3ef97f6153cfcf0e1a29))
11+
12+
13+
### Bug Fixes
14+
15+
* address PR review comments ([aa94953](https://github.com/boneskull/bargs/commit/aa94953c2cd40b2c94ecaebb57b4ac65e52d35a5))
16+
317
## [3.2.0](https://github.com/boneskull/bargs/compare/bargs-v3.1.0...bargs-v3.2.0) (2026-01-06)
418

519

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