Skip to content

Commit 05646c8

Browse files
committed
release: v2.0.9
1 parent e231175 commit 05646c8

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2.0.9](https://github.com/likun7981/hlink/compare/v2.0.8...v2.0.9) (2023-02-19)
2+
3+
### Bug Fixes
4+
5+
- prune task should not confirm ([1d9f1ea](https://github.com/likun7981/hlink/commit/1d9f1eacc48979d01758c2c52590f26de3826312))
6+
17
## [2.0.8](https://github.com/likun7981/hlink/compare/v2.0.7...v2.0.8) (2023-01-10)
28

39
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hlink-monorepo",
3-
"version": "2.0.8",
3+
"version": "2.0.9",
44
"description": "hlink",
55
"repository": "likun7981/hlink",
66
"license": "MIT",

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hlink/app",
3-
"version": "2.0.8",
3+
"version": "2.0.9",
44
"type": "module",
55
"main": "./dist/app.js",
66
"module": "./dist/app.js",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hlink",
3-
"version": "2.0.8",
3+
"version": "2.0.9",
44
"description": "hlink",
55
"license": "MIT",
66
"repository": "likun7981/hlink",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hlink/core",
3-
"version": "2.0.8",
3+
"version": "2.0.9",
44
"description": "hlink",
55
"license": "MIT",
66
"repository": "likun7981/hlink",

0 commit comments

Comments
 (0)