Skip to content

Commit 75944f7

Browse files
committed
Release 2.0.4
1 parent 72bdcb8 commit 75944f7

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@
1313

1414

1515

16+
17+
## v2.0.4 (2022-03-18)
18+
19+
#### :bug: Bug Fix
20+
* [#381](https://github.com/bmish/check-dependency-version-consistency/pull/381) Support object-style workspace package config in package.json ([@bipinpoudyal](https://github.com/bipinpoudyal))
21+
22+
#### Committers: 2
23+
- Bipin Poudyal ([@bipinpoudyal](https://github.com/bipinpoudyal))
24+
- Darius D. ([@ddzz](https://github.com/ddzz))
25+
26+
1627
## v2.0.3 (2022-02-22)
1728

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

0 commit comments

Comments
 (0)