Skip to content

Commit f8e06df

Browse files
committed
Release 3.0.0
1 parent ef2aa44 commit f8e06df

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,19 @@
1414

1515

1616

17+
18+
## v3.0.0 (2022-03-27)
19+
20+
#### :boom: Breaking Change
21+
* [#348](https://github.com/bmish/check-dependency-version-consistency/pull/348) Check `resolutions` for inconsistencies ([@bmish](https://github.com/bmish))
22+
* [#379](https://github.com/bmish/check-dependency-version-consistency/pull/379) Consider nested workspaces ([@dobesv](https://github.com/dobesv))
23+
24+
#### Committers: 3
25+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
26+
- Darius D. ([@ddzz](https://github.com/ddzz))
27+
- Dobes Vandermeer ([@dobesv](https://github.com/dobesv))
28+
29+
1730
## v2.0.4 (2022-03-18)
1831

1932
#### :bug: Bug Fix

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": "2.0.4",
3+
"version": "3.0.0",
44
"description": "Ensures dependencies are on consistent versions across a monorepo.",
55
"keywords": [
66
"dependencies",

0 commit comments

Comments
 (0)