Skip to content

Commit dce9933

Browse files
committed
Release 1.6.0
1 parent 1bbfd0e commit dce9933

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,27 @@
88

99

1010

11+
12+
## v1.6.0 (2022-01-18)
13+
14+
#### :rocket: Enhancement
15+
* [#320](https://github.com/bmish/check-dependency-version-consistency/pull/320) Display which dependencies were fixed when running with `--fix` ([@bmish](https://github.com/bmish))
16+
17+
#### :bug: Bug Fix
18+
* [#324](https://github.com/bmish/check-dependency-version-consistency/pull/324) Avoid publishing unnecessary files ([@bmish](https://github.com/bmish))
19+
20+
#### :memo: Documentation
21+
* [#315](https://github.com/bmish/check-dependency-version-consistency/pull/315) Add more detailed README example section ([@bmish](https://github.com/bmish))
22+
23+
#### :house: Internal
24+
* [#316](https://github.com/bmish/check-dependency-version-consistency/pull/316) Add `eslint-plugin-jest` and update tests ([@ddzz](https://github.com/ddzz))
25+
* [#313](https://github.com/bmish/check-dependency-version-consistency/pull/313) Update to `@types/edit-json-file` 1.7.0 and remove `ts-ignore` comment ([@bmish](https://github.com/bmish))
26+
27+
#### Committers: 2
28+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
29+
- Darius D. ([@ddzz](https://github.com/ddzz))
30+
31+
1132
## v1.5.0 (2022-01-11)
1233

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

0 commit comments

Comments
 (0)