Skip to content

Commit

Permalink
release: v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
likun7981 committed Jul 27, 2022
1 parent 85cc3e9 commit dd7eb7b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2.0.5](https://github.com/likun7981/hlink/compare/v2.0.4...v2.0.5) (2022-07-27)

### Bug Fixes

- **app:** update stable version instead of next ([85cc3e9](https://github.com/likun7981/hlink/commit/85cc3e9e6d915c9386f065d6ecb46ae029fe0fc7))

## [2.0.4](https://github.com/likun7981/hlink/compare/v1.0.4...v2.0.4) (2022-07-27)

### Features
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.4",
"version": "2.0.5",
"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.4",
"version": "2.0.5",
"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.4",
"version": "2.0.5",
"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.4",
"version": "2.0.5",
"description": "hlink",
"license": "MIT",
"repository": "likun7981/hlink",
Expand Down

1 comment on commit dd7eb7b

@vercel
Copy link

@vercel vercel bot commented on dd7eb7b Jul 27, 2022

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.