diff --git a/CHANGELOG.md b/CHANGELOG.md index d8bd45e..8c8184c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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](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 04eba1b..4b4aea9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "argue-cli", "type": "module", - "version": "2.0.0-2", + "version": "2.0.0", "description": "A thin and strongly typed CLI argument parser for Node.js.", "author": "dangreen", "license": "MIT",