Skip to content

Commit e5daad9

Browse files
committed
chore(release): 2.1.0
1 parent 6b0b347 commit e5daad9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [2.1.0](https://github.com/TrigenSoftware/Argue/compare/v2.0.0...v2.1.0) (2022-10-14)
6+
7+
8+
### Features
9+
10+
* node next module resolution for ts ([#320](https://github.com/TrigenSoftware/Argue/issues/320)) ([ee15b2d](https://github.com/TrigenSoftware/Argue/commit/ee15b2dbde3ed1632c66dd56e0051c4e5435e381))
11+
512
## [2.0.0](https://github.com/TrigenSoftware/Argue/compare/v2.0.0-2...v2.0.0) (2022-01-18)
613

714
## [2.0.0-2](https://github.com/TrigenSoftware/Argue/compare/v2.0.0-1...v2.0.0-2) (2022-01-17)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "argue-cli",
33
"type": "module",
4-
"version": "2.0.0",
4+
"version": "2.1.0",
55
"description": "A thin and strongly typed CLI arguments parser for Node.js.",
66
"author": "dangreen",
77
"license": "MIT",

0 commit comments

Comments
 (0)