diff --git a/CHANGELOG.md b/CHANGELOG.md index 3279c60..d8bd45e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.0.0-2](https://github.com/TrigenSoftware/Argue/compare/v2.0.0-1...v2.0.0-2) (2022-01-17) + + +### Bug Fixes + +* readOptions should remove args from internal state ([#301](https://github.com/TrigenSoftware/Argue/issues/301)) ([97cbd42](https://github.com/TrigenSoftware/Argue/commit/97cbd42dfebbc5debc1a9ed34ef1a544d198a2a2)) + ## [2.0.0-1](https://github.com/TrigenSoftware/Argue/compare/v2.0.0-0...v2.0.0-1) (2022-01-17) ## [2.0.0-0](https://github.com/TrigenSoftware/Argue/compare/v1.2.0...v2.0.0-0) (2022-01-17) diff --git a/package.json b/package.json index 7e0ccea..5d73e3f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "argue-cli", "type": "module", - "version": "2.0.0-1", + "version": "2.0.0-2", "description": "A thin and strongly typed CLI argument parser for Node.js.", "author": "dangreen", "license": "MIT",