Skip to content

Commit b7ca5f6

Browse files
committed
Release 1.0.0
1 parent 690bdbc commit b7ca5f6

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# check-dependency-version-consistency
22

3+
4+
## v1.0.0 (2021-08-31)
5+
6+
#### :boom: Breaking Change
7+
* [#159](https://github.com/bmish/check-dependency-version-consistency/pull/159) Convert to ESM ([@bmish](https://github.com/bmish))
8+
* [#160](https://github.com/bmish/check-dependency-version-consistency/pull/160) Drop Node 10 support ([@bmish](https://github.com/bmish))
9+
10+
#### :rocket: Enhancement
11+
* [#149](https://github.com/bmish/check-dependency-version-consistency/pull/149) build(deps): bump commander from 7.2.0 to 8.1.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
12+
13+
#### :bug: Bug Fix
14+
* [#169](https://github.com/bmish/check-dependency-version-consistency/pull/169) Remove unused dependency `globby` ([@bmish](https://github.com/bmish))
15+
16+
#### Committers: 1
17+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
18+
19+
320
## v0.3.0 (2021-05-08)
421

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

0 commit comments

Comments
 (0)