Skip to content

Commit eb504c4

Browse files
committed
Release 3.0.2
1 parent 60f4bd2 commit eb504c4

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@
1616

1717

1818

19+
20+
## v3.0.2 (2022-09-23)
21+
22+
#### :bug: Bug Fix
23+
* [#527](https://github.com/bmish/check-dependency-version-consistency/pull/527) Ignore packages inside `node_modules` from `nohoist` usage ([@bmish](https://github.com/bmish))
24+
25+
#### Committers: 1
26+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
27+
28+
1929
## v3.0.1 (2022-09-06)
2030

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

0 commit comments

Comments
 (0)