Skip to content

Commit 93680b6

Browse files
committed
Release 3.0.3
1 parent 886a906 commit 93680b6

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
@@ -17,6 +17,16 @@
1717

1818

1919

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+
2030
## v3.0.2 (2022-09-23)
2131

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

0 commit comments

Comments
 (0)