Skip to content

Commit ba9ba1a

Browse files
authoredMar 23, 2021
chore: release 1.2.1 (#28)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fcff2ba commit ba9ba1a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1414

1515

1616

17+
### [1.2.1](https://www.github.com/christophehurpeau/check-package-dependencies/compare/v1.2.0...v1.2.1) (2021-03-23)
18+
19+
20+
### Bug Fixes
21+
22+
* internalWarnedForDuplicate use in workspace root pkg ([fcff2ba](https://www.github.com/christophehurpeau/check-package-dependencies/commit/fcff2baa55accb3dc3064ae56bb8579b42cd6842))
23+
1724
## [1.2.0](https://www.github.com/christophehurpeau/check-package-dependencies/compare/v1.1.0...v1.2.0) (2021-03-23)
1825

1926

‎package.json

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

0 commit comments

Comments
 (0)
Please sign in to comment.