Skip to content

Commit

Permalink
release: v2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
likun7981 committed Aug 2, 2022
1 parent 681dd42 commit 4bc80f5
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.6](https://github.com/likun7981/hlink/compare/v2.0.5...v2.0.6) (2022-08-02)

### Bug Fixes

- **core:** ext globs should use **/\*.ext otherwise **.ext ([8130394](https://github.com/likun7981/hlink/commit/8130394888e28d00db7cec9270f778af99d4f490))

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

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

1 comment on commit 4bc80f5

@vercel
Copy link

@vercel vercel bot commented on 4bc80f5 Aug 2, 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.