Skip to content

Commit

Permalink
Release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Dec 5, 2024
1 parent cd26173 commit 5f98477
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,26 @@






## v5.0.0 (2024-12-05)

#### :boom: Breaking Change
* [#707](https://github.com/bmish/check-dependency-version-consistency/pull/707) Drop support for Node 16, 19, 21 ([@ddzz](https://github.com/ddzz))

#### :rocket: Enhancement
* [#711](https://github.com/bmish/check-dependency-version-consistency/pull/711) Update commander to v12 ([@bmish](https://github.com/bmish))
* [#710](https://github.com/bmish/check-dependency-version-consistency/pull/710) Update globby to v14 ([@bmish](https://github.com/bmish))

#### :house: Internal
* [#712](https://github.com/bmish/check-dependency-version-consistency/pull/712) Use ES2023 target for TypeScript ([@bmish](https://github.com/bmish))
* [#709](https://github.com/bmish/check-dependency-version-consistency/pull/709) Update internal dependencies ([@bmish](https://github.com/bmish))
* [#708](https://github.com/bmish/check-dependency-version-consistency/pull/708) Update to eslint v9 with flat config ([@bmish](https://github.com/bmish))

#### Committers: 2
- Bryan Mishkin ([@bmish](https://github.com/bmish))
- Darius Dzien ([@ddzz](https://github.com/ddzz))


## v4.1.1 (2024-12-05)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "check-dependency-version-consistency",
"version": "4.1.1",
"version": "5.0.0",
"description": "Ensures dependencies are on consistent versions across a monorepo.",
"keywords": [
"dependencies",
Expand Down

0 comments on commit 5f98477

Please sign in to comment.