Skip to content

Commit

Permalink
release: v2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
likun7981 committed May 30, 2023
1 parent 96c238c commit a384911
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [2.0.10](https://github.com/likun7981/hlink/compare/v2.0.9...v2.0.10) (2023-05-30)

### Bug Fixes

- bug ([9af6d56](https://github.com/likun7981/hlink/commit/9af6d567445b789c48ba7d66d52ede75cc787a55))

### Features

- support armv7 armv6 ([828dbb2](https://github.com/likun7981/hlink/commit/828dbb29d00dbbdd2f07af021cdbe19fdbd2d5e5))

## [2.0.9](https://github.com/likun7981/hlink/compare/v2.0.8...v2.0.9) (2023-02-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hlink-monorepo",
"version": "2.0.9",
"version": "2.0.10",
"description": "hlink",
"repository": "likun7981/hlink",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hlink/app",
"version": "2.0.9",
"version": "2.0.10",
"type": "module",
"main": "./dist/app.js",
"module": "./dist/app.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hlink",
"version": "2.0.9",
"version": "2.0.10",
"description": "hlink",
"license": "MIT",
"repository": "likun7981/hlink",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hlink/core",
"version": "2.0.9",
"version": "2.0.10",
"description": "hlink",
"license": "MIT",
"repository": "likun7981/hlink",
Expand Down

1 comment on commit a384911

@vercel
Copy link

@vercel vercel bot commented on a384911 May 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.