Skip to content

Commit 62a56ec

Browse files
committed
Release 1.3.0
1 parent 78e9c45 commit 62a56ec

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33

44

55

6+
7+
## v1.3.0 (2021-09-09)
8+
9+
#### :rocket: Enhancement
10+
* [#198](https://github.com/bmish/check-dependency-version-consistency/pull/198) Show list of packages containing each dependency version ([@bmish](https://github.com/bmish))
11+
* [#197](https://github.com/bmish/check-dependency-version-consistency/pull/197) Use table to display mismatching version output ([@bmish](https://github.com/bmish))
12+
* [#189](https://github.com/bmish/check-dependency-version-consistency/pull/189) Display dependency versions in descending instead of ascending order ([@ddzz](https://github.com/ddzz))
13+
14+
#### Committers: 2
15+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
16+
- Darius Dzien ([@ddzz](https://github.com/ddzz))
17+
18+
619
## v1.2.0 (2021-09-07)
720

821
#### :rocket: Enhancement

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

0 commit comments

Comments
 (0)