Skip to content
Closed

bad #862

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Changelog


## 5.0.1 (2025-06-22)


### Bug Fixes

* allow workspace prefix for local package ([#520](https://github.com/bmish/check-dependency-version-consistency/issues/520)) ([4a005e1](https://github.com/bmish/check-dependency-version-consistency/commit/4a005e1cacf72d237dc74e9fd092e66659023303))
* no-op for testing release-please ([#850](https://github.com/bmish/check-dependency-version-consistency/issues/850)) ([bfdb500](https://github.com/bmish/check-dependency-version-consistency/commit/bfdb50028c9bfc7e1124a46d45eefc5c58fece5b))


### Miscellaneous Chores

* prepare for 5.0.1 release ([f323ac9](https://github.com/bmish/check-dependency-version-consistency/commit/f323ac90951c03e79b7f88f3ff7ed114a08a2786))

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

#### :boom: Breaking Change
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "5.0.0",
"version": "5.0.1",
"description": "Ensures dependencies are on consistent versions across a monorepo.",
"keywords": [
"dependencies",
Expand Down