Skip to content

Commit

Permalink
chore: release 7.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 5, 2023
1 parent 46eada9 commit bc70705
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
27 changes: 26 additions & 1 deletion CHANGELOG.md
@@ -1,8 +1,33 @@
# Change Log
# Changelog

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.0.0](https://github.com/christophehurpeau/check-package-dependencies/compare/v6.8.0...v7.0.0) (2023-11-05)


### ⚠ BREAKING CHANGES

* drop node 16, requires node 18

### Features

* indicate when the issue is auto fixable ([f9a5609](https://github.com/christophehurpeau/check-package-dependencies/commit/f9a560917296d21de967a9af50e0b75b7330ff7b))


### Bug Fixes

* add missing newline when autofixing package.json ([5e52efc](https://github.com/christophehurpeau/check-package-dependencies/commit/5e52efc9d2a6aaf7cab1da0d38a2e1f0707344d2))
* display expected version in checkExactVersion if we could resolve it ([14e1103](https://github.com/christophehurpeau/check-package-dependencies/commit/14e1103ae6aa14b52d31b8e64f1b931c5e06c7dd))
* update import-meta-resolve ([77acefd](https://github.com/christophehurpeau/check-package-dependencies/commit/77acefd1a705b9cbeec385bbc07db46c646ffc45))
* use fileURLToPath ([ad78573](https://github.com/christophehurpeau/check-package-dependencies/commit/ad785739203486171f7c707b1af8366867af3217))


### Miscellaneous Chores

* pob update and update to yarn 4 and node 18 ([d474f59](https://github.com/christophehurpeau/check-package-dependencies/commit/d474f59a37bf8c36b2a73498d8b45bce78d88013))


# [0.2.0](https://github.com/christophehurpeau/pob/compare/check-package-dependencies@0.1.2...check-package-dependencies@0.2.0) (2021-03-13)


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

0 comments on commit bc70705

Please sign in to comment.