Skip to content

Commit c4eff25

Browse files
committed
Release 1.4.0
1 parent 1c02be0 commit c4eff25

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@
44

55

66

7+
8+
## v1.4.0 (2021-10-12)
9+
10+
#### :rocket: Enhancement
11+
* [#206](https://github.com/bmish/check-dependency-version-consistency/pull/206) Bold maximum usage count for each mismatched dependency ([@bmish](https://github.com/bmish))
12+
* [#205](https://github.com/bmish/check-dependency-version-consistency/pull/205) Improve discoverability of `fix` option ([@bmish](https://github.com/bmish))
13+
14+
#### :bug: Bug Fix
15+
* [#238](https://github.com/bmish/check-dependency-version-consistency/pull/238) Fix autofixer when dots are present in dependency name ([@bmish](https://github.com/bmish))
16+
17+
#### :house: Internal
18+
* [#237](https://github.com/bmish/check-dependency-version-consistency/pull/237) Improve autofixer test coverage ([@bmish](https://github.com/bmish))
19+
* [#214](https://github.com/bmish/check-dependency-version-consistency/pull/214) Add dependency caching to CI ([@ddzz](https://github.com/ddzz))
20+
21+
#### Committers: 2
22+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
23+
- Darius Dzien ([@ddzz](https://github.com/ddzz))
24+
25+
726
## v1.3.0 (2021-09-09)
827

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

0 commit comments

Comments
 (0)