Skip to content

Commit c930fc6

Browse files
committed
Release 0.2.0
1 parent 93f7cf3 commit c930fc6

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# check-dependency-version-consistency
22

3+
## v0.2.0 (2021-03-13)
4+
5+
#### :rocket: Enhancement
6+
* [#59](https://github.com/bmish/check-dependency-version-consistency/pull/59) Show count of each mismatching version for a dependency ([@bmish](https://github.com/bmish))
7+
8+
#### Committers: 1
9+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
10+
11+
312
## 0.1.1 (2020-12-28)
413

514
#### :bug: Bug Fix

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "check-dependency-version-consistency",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "Ensures dependencies are on consistent versions across a monorepo.",
55
"keywords": [
66
"dependencies",
@@ -16,7 +16,7 @@
1616
},
1717
"license": "MIT",
1818
"bin": {
19-
"check-dependency-version-consistency": "./dist/bin/check-dependency-version-consistency.js"
19+
"check-dependency-version-consistency": "dist/bin/check-dependency-version-consistency.js"
2020
},
2121
"scripts": {
2222
"build": "tsc",

0 commit comments

Comments
 (0)