Skip to content

Commit

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

## [7.1.2](https://github.com/christophehurpeau/check-package-dependencies/compare/v7.1.1...v7.1.2) (2024-06-09)

### Bug Fixes

* properly check peer dependency's dependencies for non-matching version when it is in pkg peer dependency ([b40fdaa](https://github.com/christophehurpeau/check-package-dependencies/commit/b40fdaa876dcea54822bee6e853ae55efe8013d8))

## [7.1.1](https://github.com/christophehurpeau/check-package-dependencies/compare/v7.1.0...v7.1.1) (2024-03-06)

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": "7.1.1",
"version": "7.1.2",
"description": "Check package dependencies for duplicates, peer dependencies satisfaction and more early",
"keywords": [
"package.json"
Expand Down

0 comments on commit 5353552

Please sign in to comment.