diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c8184c..b2a0daf 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.1.0](https://github.com/TrigenSoftware/Argue/compare/v2.0.0...v2.1.0) (2022-10-14) + + +### Features + +* node next module resolution for ts ([#320](https://github.com/TrigenSoftware/Argue/issues/320)) ([ee15b2d](https://github.com/TrigenSoftware/Argue/commit/ee15b2dbde3ed1632c66dd56e0051c4e5435e381)) + ## [2.0.0](https://github.com/TrigenSoftware/Argue/compare/v2.0.0-2...v2.0.0) (2022-01-18) ## [2.0.0-2](https://github.com/TrigenSoftware/Argue/compare/v2.0.0-1...v2.0.0-2) (2022-01-17) diff --git a/package.json b/package.json index 3033ea6..db17736 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "argue-cli", "type": "module", - "version": "2.0.0", + "version": "2.1.0", "description": "A thin and strongly typed CLI arguments parser for Node.js.", "author": "dangreen", "license": "MIT",