Skip to content
Closed

bad #851

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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog


## 1.0.0 (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))

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

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