Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Feb 18, 2022
1 parent 9d43f90 commit 9b3e718
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@




## v2.0.1 (2022-02-17)

#### :bug: Bug Fix
* [#347](https://github.com/bmish/check-dependency-version-consistency/pull/347) Improve handling of local package version inconsistencies ([@bmish](https://github.com/bmish))

#### Committers: 1
- Bryan Mishkin ([@bmish](https://github.com/bmish))


## v2.0.0 (2022-02-14)

#### :boom: Breaking Change
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.0",
"version": "2.0.1",
"description": "Ensures dependencies are on consistent versions across a monorepo.",
"keywords": [
"dependencies",
Expand Down

0 comments on commit 9b3e718

Please sign in to comment.