Skip to content

Commit 4191362

Browse files
committed
Release 3.2.1
1 parent 5555661 commit 4191362

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@
1919

2020

2121

22+
23+
24+
25+
## v3.2.1 (2023-05-20)
26+
27+
#### :bug: Bug Fix
28+
* [#597](https://github.com/bmish/check-dependency-version-consistency/pull/597) Fix publishing issue from v3.2.0 ([@bmish](https://github.com/bmish))
29+
30+
#### Committers: 1
31+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
2232

2333

2434
## v3.2.0 (2023-05-20)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "check-dependency-version-consistency",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "Ensures dependencies are on consistent versions across a monorepo.",
55
"keywords": [
66
"dependencies",

0 commit comments

Comments
 (0)