Skip to content

Commit

Permalink
chore(main): release 6.8.0 (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehurpeau committed Sep 15, 2023
1 parent 22c3e23 commit 39c6704
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -14,6 +14,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [6.8.0](https://github.com/christophehurpeau/check-package-dependencies/compare/v6.7.0...v6.8.0) (2023-09-15)


### Features

* **checkResolutionsVersionsMatch:** add support for resolutions with patch ([42520ad](https://github.com/christophehurpeau/check-package-dependencies/commit/42520adc525dbd631306625bd611b8559d2f5a79))
* **deps:** update dependency type-fest to v4 ([#535](https://github.com/christophehurpeau/check-package-dependencies/issues/535)) ([4c94049](https://github.com/christophehurpeau/check-package-dependencies/commit/4c940490202accb27edde2bae165a0a68ff97dd1))

## [6.7.0](https://github.com/christophehurpeau/check-package-dependencies/compare/v6.6.0...v6.7.0) (2023-07-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "check-package-dependencies",
"version": "6.7.0",
"version": "6.8.0",
"description": "Check package dependencies for duplicates, peer dependencies satisfaction and more early",
"keywords": [
"package.json"
Expand Down

0 comments on commit 39c6704

Please sign in to comment.