Skip to content

Commit 835b17a

Browse files
chore(main): release 0.4.0 (#73)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a92600f commit 835b17a

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/pkgjs/parseargs/compare/v0.3.0...v0.4.0) (2022-03-12)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* parsing, revisit short option groups, add support for combined short and value (#75)
9+
* restructure configuration to take options bag (#63)
10+
11+
### Code Refactoring
12+
13+
* parsing, revisit short option groups, add support for combined short and value ([#75](https://github.com/pkgjs/parseargs/issues/75)) ([a92600f](https://github.com/pkgjs/parseargs/commit/a92600fa6c214508ab1e016fa55879a314f541af))
14+
* restructure configuration to take options bag ([#63](https://github.com/pkgjs/parseargs/issues/63)) ([b412095](https://github.com/pkgjs/parseargs/commit/b4120957d90e809ee8b607b06e747d3e6a6b213e))
15+
316
## [0.3.0](https://github.com/pkgjs/parseargs/compare/v0.2.0...v0.3.0) (2022-02-06)
417

518

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pkgjs/parseargs",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Polyfill of future proposal for `util.parseArgs()`",
55
"main": "index.js",
66
"exports": {

0 commit comments

Comments
 (0)