diff --git a/CHANGELOG.md b/CHANGELOG.md index 2adc7d3..d727915 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.11.1](https://github.com/pkgjs/parseargs/compare/v0.11.0...v0.11.1) (2025-05-06) + + +### Bug Fixes + +* **runtime:** support runtimes without `global` ([#158](https://github.com/pkgjs/parseargs/issues/158)) ([8038b6f](https://github.com/pkgjs/parseargs/commit/8038b6f67202d473f65cbea1541f029c87559c5e)) + ## [0.11.0](https://github.com/pkgjs/parseargs/compare/v0.10.0...v0.11.0) (2022-10-08) diff --git a/package-lock.json b/package-lock.json index 90c76ca..c858fd2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@pkgjs/parseargs", - "version": "0.11.0", + "version": "0.11.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0bcc05c..5b76999 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pkgjs/parseargs", - "version": "0.11.0", + "version": "0.11.1", "description": "Polyfill of future proposal for `util.parseArgs()`", "engines": { "node": ">=14"