Skip to content

Commit 16c539f

Browse files
chore(main): release bargs 3.6.0 (#25)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ece5b81 commit 16c539f

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-
".": "3.5.2"
2+
".": "3.6.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+
## [3.6.0](https://github.com/boneskull/bargs/compare/bargs-v3.5.2...bargs-v3.6.0) (2026-01-09)
4+
5+
6+
### Features
7+
8+
* add command alias support ([#24](https://github.com/boneskull/bargs/issues/24)) ([ece5b81](https://github.com/boneskull/bargs/commit/ece5b8119f976dee4e6dea5fad7e99402313ae58))
9+
310
## [3.5.2](https://github.com/boneskull/bargs/compare/bargs-v3.5.1...bargs-v3.5.2) (2026-01-07)
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": "3.5.2",
3+
"version": "3.6.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)