Skip to content

Commit 88122bf

Browse files
committed
Release 0.7.1
1 parent ec748e2 commit 88122bf

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11

22

33

4+
5+
## v0.7.1 (2022-08-04)
6+
7+
#### :bug: Bug Fix
8+
* [#81](https://github.com/mydea/yarn-update-dependency/pull/81) Fix logger usage ([@mydea](https://github.com/mydea))
9+
10+
#### :house: Internal
11+
* [#84](https://github.com/mydea/yarn-update-dependency/pull/84) chore(deps-dev): bump release-it to 15.x ([@mydea](https://github.com/mydea))
12+
* [#82](https://github.com/mydea/yarn-update-dependency/pull/82) Auto-merge dependabot PRs ([@mydea](https://github.com/mydea))
13+
14+
#### Committers: 1
15+
- Francesco Novy ([@mydea](https://github.com/mydea))
16+
417
## v0.7.0 (2022-06-02)
518

619
## v0.6.0 (2021-11-30)

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.7.0",
3+
"version": "0.7.1",
44
"description": "Update a version for a specific dependency",
55
"author": "Francesco Novy <francesconovy@gmail.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)