Skip to content

Commit 4e3c099

Browse files
committed
Release 0.5.0
1 parent 2c1064c commit 4e3c099

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,4 +1,13 @@
11

2+
3+
## v0.5.0 (2021-11-30)
4+
5+
#### :rocket: Enhancement
6+
* [#49](https://github.com/mydea/yarn-update-dependency/pull/49) Drop `--caret`/`--tilde`/`--exact` options and keep current instead ([@mydea](https://github.com/mydea))
7+
8+
#### Committers: 1
9+
- Francesco Novy ([@mydea](https://github.com/mydea))
10+
211
## v0.4.3 (2021-11-04)
312

413
#### :house: Internal

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.4.3",
3+
"version": "0.5.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)