Skip to content

Commit

Permalink
chore: release 9.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 10, 2024
1 parent a21e114 commit c3adc67
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [9.0.0](https://github.com/christophehurpeau/check-package-dependencies/compare/v8.0.1...v9.0.0) (2024-12-10)

### ⚠ BREAKING CHANGES

* fix checkSatisfiesVersionsBetweenDependencies config and result

### Bug Fixes

* fix checkSatisfiesVersionsBetweenDependencies config and result ([f8ddc10](https://github.com/christophehurpeau/check-package-dependencies/commit/f8ddc10449fde1153abc3a52065e4ac16f38a2cf))

## [8.0.1](https://github.com/christophehurpeau/check-package-dependencies/compare/v8.0.0...v8.0.1) (2024-12-08)

Note: no notable changes
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-package-dependencies",
"version": "8.0.1",
"version": "9.0.0",
"description": "Check package dependencies for duplicates, peer dependencies satisfaction and more early",
"keywords": [
"package.json"
Expand Down

0 comments on commit c3adc67

Please sign in to comment.