Skip to content

Commit 10aa371

Browse files
committed
Release 4.1.1
1 parent d342593 commit 10aa371

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
@@ -23,6 +23,20 @@
2323

2424

2525

26+
27+
28+
29+
## v4.1.1 (2024-12-05)
30+
31+
#### :bug: Bug Fix
32+
* [#705](https://github.com/bmish/check-dependency-version-consistency/pull/705) Update commander to v11 ([@bmish](https://github.com/bmish))
33+
34+
#### :house: Internal
35+
* [#706](https://github.com/bmish/check-dependency-version-consistency/pull/706) Refresh lockfile ([@bmish](https://github.com/bmish))
36+
* [#704](https://github.com/bmish/check-dependency-version-consistency/pull/704) Test under Node 22 and Node 23 ([@bmish](https://github.com/bmish))
37+
38+
#### Committers: 1
39+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
2640

2741

2842
## v4.1.0 (2023-05-31)

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

0 commit comments

Comments
 (0)