diff --git a/CHANGELOG.md b/CHANGELOG.md index 44d0108..471e29d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ + +## v0.6.0 (2021-11-30) + +#### :rocket: Enhancement +* [#50](https://github.com/mydea/yarn-update-dependency/pull/50) feat: Add `--all-dependencies` and `--all-dev-dependencies` ([@mydea](https://github.com/mydea)) + +#### Committers: 1 +- Francesco Novy ([@mydea](https://github.com/mydea)) + ## v0.5.0 (2021-11-30) #### :rocket: Enhancement diff --git a/package.json b/package.json index e3682f9..f2495db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yarn-update-dependency", - "version": "0.5.0", + "version": "0.6.0", "description": "Update a version for a specific dependency", "author": "Francesco Novy ", "license": "MIT",