Skip to content

Commit f2e235c

Browse files
committed
Release 1.4.2
1 parent 4af69a9 commit f2e235c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@
66

77

88

9+
10+
## v1.4.2 (2021-12-08)
11+
12+
#### :bug: Bug Fix
13+
* [#275](https://github.com/bmish/check-dependency-version-consistency/pull/275) Avoid crash when abnormal version present ([@bmish](https://github.com/bmish))
14+
* [#271](https://github.com/bmish/check-dependency-version-consistency/pull/271) Correctly expand globs in workspace paths ([@bmish](https://github.com/bmish))
15+
16+
#### :house: Internal
17+
* [#253](https://github.com/bmish/check-dependency-version-consistency/pull/253) Add GitHub Actions to Dependabot config ([@ddzz](https://github.com/ddzz))
18+
19+
#### Committers: 2
20+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
21+
- Darius D. ([@ddzz](https://github.com/ddzz))
22+
23+
924
## v1.4.1 (2021-10-28)
1025

1126
#### :bug: Bug Fix

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

0 commit comments

Comments
 (0)