Skip to content

Commit

Permalink
chore(release): 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreen committed Oct 14, 2022
1 parent 6b0b347 commit e5daad9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e5daad9

Please sign in to comment.