diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bd64c4..fcc76ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.5.0](https://github.com/pkgjs/parseargs/compare/v0.4.0...v0.5.0) (2022-04-10) + + +### ⚠ BREAKING CHANGES + +* Require type to be specified for each supplied option (#95) + +### Features + +* Require type to be specified for each supplied option ([#95](https://github.com/pkgjs/parseargs/issues/95)) ([02cd018](https://github.com/pkgjs/parseargs/commit/02cd01885b8aaa59f2db8308f2d4479e64340068)) + ## [0.4.0](https://github.com/pkgjs/parseargs/compare/v0.3.0...v0.4.0) (2022-03-12) diff --git a/package-lock.json b/package-lock.json index e37f423..2f8643e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@pkgjs/parseargs", - "version": "0.4.0", + "version": "0.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 52d0da9..93def3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pkgjs/parseargs", - "version": "0.4.0", + "version": "0.5.0", "description": "Polyfill of future proposal for `util.parseArgs()`", "main": "index.js", "exports": {