Skip to content

Commit b8dff66

Browse files
committed
Release 4.0.0
1 parent f6ae3df commit b8dff66

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,26 @@
2121

2222

2323

24+
25+
26+
27+
## v4.0.0 (2023-05-23)
28+
29+
#### :boom: Breaking Change
30+
* [#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))
31+
* [#608](https://github.com/bmish/check-dependency-version-consistency/pull/608) Consider `optionalDependencies` by default ([@bmish](https://github.com/bmish))
32+
* [#607](https://github.com/bmish/check-dependency-version-consistency/pull/607) Drop support for Node 14 and Node 19 ([@bmish](https://github.com/bmish))
33+
* [#495](https://github.com/bmish/check-dependency-version-consistency/pull/495) Drop support for Node 12 and Node 17 ([@ddzz](https://github.com/ddzz))
34+
35+
#### :memo: Documentation
36+
* [#611](https://github.com/bmish/check-dependency-version-consistency/pull/611) Show choices in help text for `--dep-type` ([@bmish](https://github.com/bmish))
37+
38+
#### :house: Internal
39+
* [#610](https://github.com/bmish/check-dependency-version-consistency/pull/610) Update all dependencies ([@bmish](https://github.com/bmish))
40+
41+
#### Committers: 2
42+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
43+
- Darius Dzien ([@ddzz](https://github.com/ddzz))
2444

2545

2646
## v3.3.0 (2023-05-23)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "check-dependency-version-consistency",
3-
"version": "3.3.0",
3+
"version": "4.0.0",
44
"description": "Ensures dependencies are on consistent versions across a monorepo.",
55
"keywords": [
66
"dependencies",

0 commit comments

Comments
 (0)