Skip to content

Commit a45030e

Browse files
committed
Release 1.1.0
1 parent f722d7b commit a45030e

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
@@ -1,6 +1,24 @@
11
# check-dependency-version-consistency
22

33

4+
5+
## v1.1.0 (2021-09-04)
6+
7+
#### :rocket: Enhancement
8+
* [#177](https://github.com/bmish/check-dependency-version-consistency/pull/177) Implement autofixing ([@bmish](https://github.com/bmish))
9+
* [#178](https://github.com/bmish/check-dependency-version-consistency/pull/178) Sort mismatching version output by version number ([@bmish](https://github.com/bmish))
10+
* [#174](https://github.com/bmish/check-dependency-version-consistency/pull/174) Add help description to CLI `path` argument ([@bmish](https://github.com/bmish))
11+
12+
#### :bug: Bug Fix
13+
* [#171](https://github.com/bmish/check-dependency-version-consistency/pull/171) Use native JS array `flatMap` ([@bmish](https://github.com/bmish))
14+
15+
#### :memo: Documentation
16+
* [#175](https://github.com/bmish/check-dependency-version-consistency/pull/175) Mention related tool `npm-package-json-lint` in README ([@bmish](https://github.com/bmish))
17+
18+
#### Committers: 1
19+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
20+
21+
422
## v1.0.0 (2021-08-31)
523

624
#### :boom: Breaking Change

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

0 commit comments

Comments
 (0)