Skip to content

Commit 57439d0

Browse files
committed
Release 0.6.0
1 parent 1c3b0e5 commit 57439d0

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11

22

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+
312
## v0.5.0 (2021-11-30)
413

514
#### :rocket: Enhancement

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yarn-update-dependency",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "Update a version for a specific dependency",
55
"author": "Francesco Novy <francesconovy@gmail.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)