Skip to content

Commit 55e78ab

Browse files
chore(main): release 0.11.1
1 parent 8c4e0b9 commit 55e78ab

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## [0.11.1](https://github.com/pkgjs/parseargs/compare/v0.11.0...v0.11.1) (2025-05-06)
4+
5+
6+
### Bug Fixes
7+
8+
* **runtime:** support runtimes without `global` ([#158](https://github.com/pkgjs/parseargs/issues/158)) ([8038b6f](https://github.com/pkgjs/parseargs/commit/8038b6f67202d473f65cbea1541f029c87559c5e))
9+
310
## [0.11.0](https://github.com/pkgjs/parseargs/compare/v0.10.0...v0.11.0) (2022-10-08)
411

512

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "@pkgjs/parseargs",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "Polyfill of future proposal for `util.parseArgs()`",
55
"engines": {
66
"node": ">=14"

0 commit comments

Comments
 (0)