Skip to content

Commit 52542bb

Browse files
committed
Release 1.2.0
1 parent 85eab8c commit 52542bb

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

33

44

5+
6+
## v1.2.0 (2021-09-07)
7+
8+
#### :rocket: Enhancement
9+
* [#194](https://github.com/bmish/check-dependency-version-consistency/pull/194) Make path argument optional ([@ddzz](https://github.com/ddzz))
10+
* [#185](https://github.com/bmish/check-dependency-version-consistency/pull/185) Improve output formatting for mismatched versions ([@ddzz](https://github.com/ddzz))
11+
12+
#### :bug: Bug Fix
13+
* [#184](https://github.com/bmish/check-dependency-version-consistency/pull/184) Remove clutter from error message output ([@ddzz](https://github.com/ddzz))
14+
15+
#### :memo: Documentation
16+
* [#192](https://github.com/bmish/check-dependency-version-consistency/pull/192) Describe motivation in README ([@bmish](https://github.com/bmish))
17+
18+
#### Committers: 2
19+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
20+
- Darius Dzien ([@ddzz](https://github.com/ddzz))
21+
22+
523
## v1.1.0 (2021-09-04)
624

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

0 commit comments

Comments
 (0)