Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed May 23, 2023
1 parent f6ae3df commit b8dff66
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,26 @@






## v4.0.0 (2023-05-23)

#### :boom: Breaking Change
* [#609](https://github.com/bmish/check-dependency-version-consistency/pull/609) Use object instead of string to represent package in Node API ([@bmish](https://github.com/bmish))
* [#608](https://github.com/bmish/check-dependency-version-consistency/pull/608) Consider `optionalDependencies` by default ([@bmish](https://github.com/bmish))
* [#607](https://github.com/bmish/check-dependency-version-consistency/pull/607) Drop support for Node 14 and Node 19 ([@bmish](https://github.com/bmish))
* [#495](https://github.com/bmish/check-dependency-version-consistency/pull/495) Drop support for Node 12 and Node 17 ([@ddzz](https://github.com/ddzz))

#### :memo: Documentation
* [#611](https://github.com/bmish/check-dependency-version-consistency/pull/611) Show choices in help text for `--dep-type` ([@bmish](https://github.com/bmish))

#### :house: Internal
* [#610](https://github.com/bmish/check-dependency-version-consistency/pull/610) Update all dependencies ([@bmish](https://github.com/bmish))

#### Committers: 2
- Bryan Mishkin ([@bmish](https://github.com/bmish))
- Darius Dzien ([@ddzz](https://github.com/ddzz))


## v3.3.0 (2023-05-23)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "check-dependency-version-consistency",
"version": "3.3.0",
"version": "4.0.0",
"description": "Ensures dependencies are on consistent versions across a monorepo.",
"keywords": [
"dependencies",
Expand Down

0 comments on commit b8dff66

Please sign in to comment.