We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60f4bd2 commit eb504c4Copy full SHA for eb504c4
CHANGELOG.md
@@ -16,6 +16,16 @@
16
17
18
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
29
## v3.0.1 (2022-09-06)
30
31
#### :bug: Bug Fix
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "check-dependency-version-consistency",
3
- "version": "3.0.1",
+ "version": "3.0.2",
4
"description": "Ensures dependencies are on consistent versions across a monorepo.",
5
"keywords": [
6
"dependencies",
0 commit comments