Skip to content

Commit 93d8f8e

Browse files
committed
Release 3.1.0
1 parent 07675fe commit 93d8f8e

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,28 @@
1818

1919

2020

21+
22+
## v3.1.0 (2023-05-11)
23+
24+
#### :rocket: Enhancement
25+
* [#574](https://github.com/bmish/check-dependency-version-consistency/pull/574) Support pnpm workspaces ([@bmish](https://github.com/bmish))
26+
27+
#### :bug: Bug Fix
28+
* [#586](https://github.com/bmish/check-dependency-version-consistency/pull/586) Add back error messages when unable to detect workspaces ([@bmish](https://github.com/bmish))
29+
30+
#### :memo: Documentation
31+
* [#543](https://github.com/bmish/check-dependency-version-consistency/pull/543) Mention competing offering Yarn Constraints in readme ([@bmish](https://github.com/bmish))
32+
* [#544](https://github.com/bmish/check-dependency-version-consistency/pull/544) Mention npm workspaces in readme ([@bmish](https://github.com/bmish))
33+
34+
#### :house: Internal
35+
* [#561](https://github.com/bmish/check-dependency-version-consistency/pull/561) Add Node v19 to CI ([@ddzz](https://github.com/ddzz))
36+
* [#548](https://github.com/bmish/check-dependency-version-consistency/pull/548) Add CodeQL ([@bmish](https://github.com/bmish))
37+
38+
#### Committers: 2
39+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
40+
- Darius Dzien ([@ddzz](https://github.com/ddzz))
41+
42+
2143
## v3.0.3 (2022-09-26)
2244

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

0 commit comments

Comments
 (0)