Skip to content

Commit 3a8a190

Browse files
chore: release 2.0.0 (#122)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2838acc commit 3a8a190

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1414

1515

1616

17+
## [2.0.0](https://www.github.com/christophehurpeau/check-package-dependencies/compare/v1.2.7...v2.0.0) (2021-07-11)
18+
19+
20+
### ⚠ BREAKING CHANGES
21+
22+
* requires node that support module
23+
24+
### Miscellaneous Chores
25+
26+
* update dev dependencies ([4c94bed](https://www.github.com/christophehurpeau/check-package-dependencies/commit/4c94bed5a014dfbdc9fa14dd664ed6a7a4df31a8))
27+
1728
### [1.2.7](https://www.github.com/christophehurpeau/check-package-dependencies/compare/v1.2.6...v1.2.7) (2021-07-11)
1829

1930

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "check-package-dependencies",
3-
"version": "1.2.7",
3+
"version": "2.0.0",
44
"description": "Check package dependencies for duplicates, peer dependencies satisfaction and more early",
55
"keywords": [
66
"package.json"

0 commit comments

Comments
 (0)