Skip to content

Commit

Permalink
chore(release): 1.10.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.10.1](v1.10.0...v1.10.1) (2022-09-28)

### Bug Fixes

* generated code include vite code ([e5adc6b](e5adc6b)), closes [#47](#47)
* vite version range incorrect ([1486c44](1486c44))
  • Loading branch information
semantic-release-bot committed Sep 28, 2022
1 parent 21e4dd4 commit d49474d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.10.1](https://github.com/liuweiGL/vite-plugin-mkcert/compare/v1.10.0...v1.10.1) (2022-09-28)


### Bug Fixes

* generated code include vite code ([e5adc6b](https://github.com/liuweiGL/vite-plugin-mkcert/commit/e5adc6b04c7397e94e2601dc0efb0d654a7cb035)), closes [#47](https://github.com/liuweiGL/vite-plugin-mkcert/issues/47)
* vite version range incorrect ([1486c44](https://github.com/liuweiGL/vite-plugin-mkcert/commit/1486c44b5882d20974facd2b362c286b44d57053))

# [1.10.0](https://github.com/liuweiGL/vite-plugin-mkcert/compare/v1.9.0...v1.10.0) (2022-09-26)


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": "vite-plugin-mkcert",
"version": "1.10.0",
"version": "1.10.1",
"description": "Provide certificates for vite's https dev service",
"repository": {
"type": "git",
Expand Down

0 comments on commit d49474d

Please sign in to comment.