diff --git a/CHANGELOG.md b/CHANGELOG.md index baa5185..9088124 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v0.4.2 (2021-06-23) + +#### :bug: Bug Fix +* [#30](https://github.com/mydea/yarn-update-dependency/pull/30) fix: Fix commander usage after upgrade to 7.x ([@mydea](https://github.com/mydea)) + +#### Committers: 1 +- Francesco Novy ([@mydea](https://github.com/mydea)) + ## v0.4.1 (2021-06-23) ## v0.4.0 (2021-06-23) diff --git a/package.json b/package.json index aa51929..180d1af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yarn-update-dependency", - "version": "0.4.1", + "version": "0.4.2", "description": "Update a version for a specific dependency", "author": "Francesco Novy ", "license": "MIT",