We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c3b0e5 commit 57439d0Copy full SHA for 57439d0
CHANGELOG.md
@@ -1,5 +1,14 @@
1
2
3
+
4
+## v0.6.0 (2021-11-30)
5
6
+#### :rocket: Enhancement
7
+* [#50](https://github.com/mydea/yarn-update-dependency/pull/50) feat: Add `--all-dependencies` and `--all-dev-dependencies` ([@mydea](https://github.com/mydea))
8
9
+#### Committers: 1
10
+- Francesco Novy ([@mydea](https://github.com/mydea))
11
12
## v0.5.0 (2021-11-30)
13
14
#### :rocket: Enhancement
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 <francesconovy@gmail.com>",
"license": "MIT",
0 commit comments