Skip to content

Commit e973a3e

Browse files
committed
Release 0.3.0
1 parent b8a3246 commit e973a3e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## v0.3.0 (2021-05-08)
4+
5+
#### :rocket: Enhancement
6+
* [#88](https://github.com/bmish/check-dependency-version-consistency/pull/88) Exit with failure when unnecessarily specifying `--ignore-dep` CLI option ([@bmish](https://github.com/bmish))
7+
8+
#### :bug: Bug Fix
9+
* [#95](https://github.com/bmish/check-dependency-version-consistency/pull/95) Add real package.json types from type-fest ([@bmish](https://github.com/bmish))
10+
11+
#### Committers: 1
12+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
13+
14+
315
## v0.2.0 (2021-03-13)
416

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

0 commit comments

Comments
 (0)