Skip to content

Commit a384911

Browse files
committed
release: v2.0.10
1 parent 96c238c commit a384911

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [2.0.10](https://github.com/likun7981/hlink/compare/v2.0.9...v2.0.10) (2023-05-30)
2+
3+
### Bug Fixes
4+
5+
- bug ([9af6d56](https://github.com/likun7981/hlink/commit/9af6d567445b789c48ba7d66d52ede75cc787a55))
6+
7+
### Features
8+
9+
- support armv7 armv6 ([828dbb2](https://github.com/likun7981/hlink/commit/828dbb29d00dbbdd2f07af021cdbe19fdbd2d5e5))
10+
111
## [2.0.9](https://github.com/likun7981/hlink/compare/v2.0.8...v2.0.9) (2023-02-19)
212

313
### Bug Fixes

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.9",
3+
"version": "2.0.10",
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.9",
3+
"version": "2.0.10",
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.9",
3+
"version": "2.0.10",
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.9",
3+
"version": "2.0.10",
44
"description": "hlink",
55
"license": "MIT",
66
"repository": "likun7981/hlink",

0 commit comments

Comments
 (0)