Skip to content

Commit

Permalink
馃摑 Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
sounisi5011 committed Mar 15, 2023
1 parent 9dd73cd commit 13a6cdf
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[Unreleased]: https://github.com/sounisi5011/package-version-git-tag/compare/v3.0.0...master

* Drop support for Node.js 10 and 12
* Migrate from [`cac`](https://www.npmjs.com/package/cac/v/6.6.1) to [`mri`](https://www.npmjs.com/package/mri/v/1.2.0)
* Fix edge cases in CLI argument parsing process
* Update dev dependencies

Expand Down Expand Up @@ -39,14 +40,6 @@ Because it is the minimum version available for Vitest.

### Updated Dependencies

#### dependencies

* `cac`
* [#185] - `^6.5.8` -> `6.5.8 - 6.6.x`

The format of help messages has changed since cac 6.7.0.
see https://github.com/cacjs/cac/commit/e565b2ae5d4a3256ed4d56a64d91356e7d6cbce6

#### devDependencies

* `@types/node`
Expand Down Expand Up @@ -97,6 +90,10 @@ Because it is the minimum version available for Vitest.

### Added Dependencies

#### dependencies

* [#211] - `mri@^1.2.0`

#### devDependencies

* [#186] - `@tsconfig/node14@1.0.3`
Expand All @@ -114,6 +111,10 @@ Because it is the minimum version available for Vitest.

### Removed Dependencies

#### dependencies

* [#211] - `cac`

#### devDependencies

* [#200] - `ava`
Expand Down Expand Up @@ -147,6 +148,7 @@ Because it is the minimum version available for Vitest.
* [#202] - Add a workflow to auto update the license year
* [#207] - Prevent failure if branch already exists when updating license year
* [#208] - Update copyright year(s)
* [#211] - Migrate from [`cac`](https://www.npmjs.com/package/cac/v/6.6.1) to [`mri`](https://www.npmjs.com/package/mri/v/1.2.0)

[#182]: https://github.com/sounisi5011/package-version-git-tag/pull/182
[#183]: https://github.com/sounisi5011/package-version-git-tag/pull/183
Expand All @@ -168,6 +170,7 @@ Because it is the minimum version available for Vitest.
[#207]: https://github.com/sounisi5011/package-version-git-tag/pull/207
[#208]: https://github.com/sounisi5011/package-version-git-tag/pull/208
[#210]: https://github.com/sounisi5011/package-version-git-tag/pull/210
[#211]: https://github.com/sounisi5011/package-version-git-tag/pull/211

## [3.0.0] (2020-06-02 UTC)

Expand Down

0 comments on commit 13a6cdf

Please sign in to comment.