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 886a906 commit 93680b6Copy full SHA for 93680b6
CHANGELOG.md
@@ -17,6 +17,16 @@
17
18
19
20
+
21
+## v3.0.3 (2022-09-26)
22
23
+#### :bug: Bug Fix
24
+* [#534](https://github.com/bmish/check-dependency-version-consistency/pull/534) Ignore package.json comments ([@bmish](https://github.com/bmish))
25
26
+#### Committers: 1
27
+- Bryan Mishkin ([@bmish](https://github.com/bmish))
28
29
30
## v3.0.2 (2022-09-23)
31
32
#### :bug: Bug Fix
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "check-dependency-version-consistency",
3
- "version": "3.0.2",
+ "version": "3.0.3",
4
"description": "Ensures dependencies are on consistent versions across a monorepo.",
5
"keywords": [
6
"dependencies",
0 commit comments