Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Dec 22, 2020
1 parent e77e069 commit 66f54ba
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# 3.0.0 (2020-12-22)
[Compare `check-peer-dependencies` versions 2.0.6 and 3.0.0](https://github.com/christopherthielen/check-peer-dependencies/compare/2.0.6...3.0.0)

### Features

* **findSolutions:** Add a toggle to find solutions and print installation commands. ([c34735a](https://github.com/christopherthielen/check-peer-dependencies/commit/c34735a))
* **orderBy:** Change default orderBy to 'dependee' ([e77e069](https://github.com/christopherthielen/check-peer-dependencies/commit/e77e069))
* **report:** For a given unmet peer dependency, show every related peer dependency, even if currently met ([516a259](https://github.com/christopherthielen/check-peer-dependencies/commit/516a259))


### BREAKING CHANGES

* **orderBy:** default order changed from 'depender' to 'dependee'
* **findSolutions:** no longer prints installation commands by default, instead prints a message about using --install




## 2.0.6 (2020-09-20)
[Compare `check-peer-dependencies` versions 2.0.5 and 2.0.6](https://github.com/christopherthielen/check-peer-dependencies/compare/2.0.5...2.0.6)

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.6",
"version": "3.0.0",
"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 66f54ba

Please sign in to comment.