Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Mar 27, 2022
1 parent ef2aa44 commit f8e06df
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,19 @@




## v3.0.0 (2022-03-27)

#### :boom: Breaking Change
* [#348](https://github.com/bmish/check-dependency-version-consistency/pull/348) Check `resolutions` for inconsistencies ([@bmish](https://github.com/bmish))
* [#379](https://github.com/bmish/check-dependency-version-consistency/pull/379) Consider nested workspaces ([@dobesv](https://github.com/dobesv))

#### Committers: 3
- Bryan Mishkin ([@bmish](https://github.com/bmish))
- Darius D. ([@ddzz](https://github.com/ddzz))
- Dobes Vandermeer ([@dobesv](https://github.com/dobesv))


## v2.0.4 (2022-03-18)

#### :bug: Bug Fix
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": "2.0.4",
"version": "3.0.0",
"description": "Ensures dependencies are on consistent versions across a monorepo.",
"keywords": [
"dependencies",
Expand Down

0 comments on commit f8e06df

Please sign in to comment.