Skip to content

Commit a2ed370

Browse files
committed
Release 1.4.1
1 parent 9813684 commit a2ed370

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@
55

66

77

8+
9+
## v1.4.1 (2021-10-28)
10+
11+
#### :bug: Bug Fix
12+
* [#241](https://github.com/bmish/check-dependency-version-consistency/pull/241) Don't ignore workspace root package.json ([@bmish](https://github.com/bmish))
13+
* [#242](https://github.com/bmish/check-dependency-version-consistency/pull/242) Maintain newline at end of package.json file ([@bmish](https://github.com/bmish))
14+
15+
#### :house: Internal
16+
* [#243](https://github.com/bmish/check-dependency-version-consistency/pull/243) Test under Node 17 ([@bmish](https://github.com/bmish))
17+
18+
#### Committers: 1
19+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
20+
21+
822
## v1.4.0 (2021-10-12)
923

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

0 commit comments

Comments
 (0)