Skip to content

Commit

Permalink
2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Sep 6, 2020
1 parent 37c0296 commit 037cb07
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 2.0.3 (2020-09-06)
[Compare `check-peer-dependencies` versions 2.0.2 and 2.0.3](https://github.com/christopherthielen/check-peer-dependencies/compare/2.0.2...2.0.3)

### Bug Fixes

* print warning if dependency path is not found instead of erroring. This allows optional dependencies to be ignored. ([37c0296](https://github.com/christopherthielen/check-peer-dependencies/commit/37c0296))





## 2.0.2 (2020-05-25)
[Compare `check-peer-dependencies` versions 2.0.1 and 2.0.2](https://github.com/christopherthielen/check-peer-dependencies/compare/2.0.1...2.0.2)

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-peer-dependencies",
"version": "2.0.2",
"version": "2.0.3",
"description": "Checks peer dependencies of the current package. Offers solutions for any that are unmet.",
"main": "dist/check_peer_dependencies.js",
"scripts": {
Expand Down

0 comments on commit 037cb07

Please sign in to comment.