Skip to content

Commit e3d2ed6

Browse files
committed
Release 2.0.2
1 parent f934db6 commit e3d2ed6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@
1111

1212

1313

14+
15+
## v2.0.2 (2022-02-20)
16+
17+
#### :bug: Bug Fix
18+
* [#355](https://github.com/bmish/check-dependency-version-consistency/pull/355) Maintain range type when fixing to local package version ([@bmish](https://github.com/bmish))
19+
20+
#### Committers: 1
21+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
22+
23+
1424
## v2.0.1 (2022-02-17)
1525

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

0 commit comments

Comments
 (0)