Skip to content

Commit 5f98477

Browse files
committed
Release 5.0.0
1 parent cd26173 commit 5f98477

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,26 @@
2424

2525

2626

27+
28+
29+
30+
## v5.0.0 (2024-12-05)
31+
32+
#### :boom: Breaking Change
33+
* [#707](https://github.com/bmish/check-dependency-version-consistency/pull/707) Drop support for Node 16, 19, 21 ([@ddzz](https://github.com/ddzz))
34+
35+
#### :rocket: Enhancement
36+
* [#711](https://github.com/bmish/check-dependency-version-consistency/pull/711) Update commander to v12 ([@bmish](https://github.com/bmish))
37+
* [#710](https://github.com/bmish/check-dependency-version-consistency/pull/710) Update globby to v14 ([@bmish](https://github.com/bmish))
38+
39+
#### :house: Internal
40+
* [#712](https://github.com/bmish/check-dependency-version-consistency/pull/712) Use ES2023 target for TypeScript ([@bmish](https://github.com/bmish))
41+
* [#709](https://github.com/bmish/check-dependency-version-consistency/pull/709) Update internal dependencies ([@bmish](https://github.com/bmish))
42+
* [#708](https://github.com/bmish/check-dependency-version-consistency/pull/708) Update to eslint v9 with flat config ([@bmish](https://github.com/bmish))
43+
44+
#### Committers: 2
45+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
46+
- Darius Dzien ([@ddzz](https://github.com/ddzz))
2747

2848

2949
## v4.1.1 (2024-12-05)

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

0 commit comments

Comments
 (0)