Skip to content

Commit

Permalink
release: v2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
likun7981 committed Jan 10, 2023
1 parent 5999ce2 commit 0a41137
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## [2.0.8](https://github.com/likun7981/hlink/compare/v2.0.7...v2.0.8) (2023-01-10)

## [2.0.7](https://github.com/likun7981/hlink/compare/v2.0.6...v2.0.7) (2022-12-30)

### Features

- **docker**: Add PUID, PGID, Umask settings to Docker image @DDS-ALL [#112](https://github.com/likun7981/hlink/pull/112)

## [2.0.6](https://github.com/likun7981/hlink/compare/v2.0.5...v2.0.6) (2022-08-02)
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.7",
"version": "2.0.8",
"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.7",
"version": "2.0.8",
"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.7",
"version": "2.0.8",
"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.7",
"version": "2.0.8",
"description": "hlink",
"license": "MIT",
"repository": "likun7981/hlink",
Expand Down

1 comment on commit 0a41137

@vercel
Copy link

@vercel vercel bot commented on 0a41137 Jan 10, 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.