Skip to content

Commit

Permalink
fix: fix built assets error
Browse files Browse the repository at this point in the history
  • Loading branch information
liuweiGL committed May 21, 2022
2 parents 2cdf272 + 3e82b57 commit 12a2de4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.6.3](https://github.com/liuweiGL/vite-plugin-mkcert/compare/v1.6.2...v1.6.3) (2022-05-21)


### Bug Fixes

* fix npm package not includes built files ([da701ee](https://github.com/liuweiGL/vite-plugin-mkcert/commit/da701eeb3f53c062f56213b5e91709f7085c4235)), closes [#31](https://github.com/liuweiGL/vite-plugin-mkcert/issues/31)


### Reverts

* Revert "fix: fix npm package not includes built files" ([a5f04df](https://github.com/liuweiGL/vite-plugin-mkcert/commit/a5f04dfe3c428a9303446fefc7fa0af6d3e25baf))

## [1.6.2](https://github.com/liuweiGL/vite-plugin-mkcert/compare/v1.6.1...v1.6.2) (2022-05-21)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-mkcert",
"version": "1.6.2",
"version": "1.6.3",
"description": "Provide certificates for vite's https dev service",
"repository": {
"type": "git",
Expand Down Expand Up @@ -65,4 +65,4 @@
"tsx": "^3.4.0",
"typescript": "latest"
}
}
}

0 comments on commit 12a2de4

Please sign in to comment.