Skip to content

Commit 2f0a554

Browse files
committed
Release 3.1.1
1 parent 238bd2d commit 2f0a554

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+
## v3.1.1 (2023-05-11)
24+
25+
#### :bug: Bug Fix
26+
* [#590](https://github.com/bmish/check-dependency-version-consistency/pull/590) pnpm workspace root package should not require `name` ([@bmish](https://github.com/bmish))
27+
28+
#### Committers: 1
29+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
30+
31+
2232
## v3.1.0 (2023-05-11)
2333

2434
#### :rocket: Enhancement

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

0 commit comments

Comments
 (0)