Skip to content

Commit 5f5a312

Browse files
committed
Release 3.0.1
1 parent 4a005e1 commit 5f5a312

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,20 @@
1515

1616

1717

18+
19+
## v3.0.1 (2022-09-06)
20+
21+
#### :bug: Bug Fix
22+
* [#520](https://github.com/bmish/check-dependency-version-consistency/pull/520) Allow referring to local package version with `workspace:` prefix ([@bmish](https://github.com/bmish))
23+
24+
#### :house: Internal
25+
* [#423](https://github.com/bmish/check-dependency-version-consistency/pull/423) Add Node v18 to CI ([@ddzz](https://github.com/ddzz))
26+
27+
#### Committers: 2
28+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
29+
- Darius Dzien ([@ddzz](https://github.com/ddzz))
30+
31+
1832
## v3.0.0 (2022-03-27)
1933

2034
#### :boom: Breaking Change

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

0 commit comments

Comments
 (0)