Skip to content

Commit d9b9e58

Browse files
committed
Release 2.0.0
1 parent 075f9d1 commit d9b9e58

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
@@ -9,6 +9,24 @@
99

1010

1111

12+
13+
## v2.0.0 (2022-02-14)
14+
15+
#### :boom: Breaking Change
16+
* [#343](https://github.com/bmish/check-dependency-version-consistency/pull/343) Check local package version consistency ([@bmish](https://github.com/bmish))
17+
18+
#### :rocket: Enhancement
19+
* [#342](https://github.com/bmish/check-dependency-version-consistency/pull/342) build(deps): bump globby from 12.2.0 to 13.1.1 ([@dependabot[bot]](https://github.com/apps/dependabot))
20+
21+
#### :memo: Documentation
22+
* [#330](https://github.com/bmish/check-dependency-version-consistency/pull/330) Use `latest` version instead of `highest` version ([@ddzz](https://github.com/ddzz))
23+
* [#329](https://github.com/bmish/check-dependency-version-consistency/pull/329) Improve completeness of example in README ([@bmish](https://github.com/bmish))
24+
25+
#### Committers: 2
26+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
27+
- Darius D. ([@ddzz](https://github.com/ddzz))
28+
29+
1230
## v1.6.0 (2022-01-18)
1331

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

0 commit comments

Comments
 (0)