We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5555661 commit 4191362Copy full SHA for 4191362
CHANGELOG.md
@@ -19,6 +19,16 @@
19
20
21
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))
32
33
34
## v3.2.0 (2023-05-20)
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "check-dependency-version-consistency",
3
- "version": "3.2.0",
+ "version": "3.2.1",
4
"description": "Ensures dependencies are on consistent versions across a monorepo.",
5
"keywords": [
6
"dependencies",
0 commit comments