Skip to content

Commit

Permalink
chore(release): 1.6.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.6.3](v1.6.2...v1.6.3) (2022-05-21)

### Bug Fixes

* fix npm package not includes built files ([da701ee](da701ee)), closes [#31](#31)

### Reverts

* Revert "fix: fix npm package not includes built files" ([a5f04df](a5f04df))
  • Loading branch information
semantic-release-bot committed May 21, 2022
1 parent da701ee commit 3e82b57
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 @@ -63,4 +63,4 @@
"semantic-release": "^19.0.2",
"typescript": "latest"
}
}
}

0 comments on commit 3e82b57

Please sign in to comment.