Skip to content

Commit

Permalink
chore(release): 1.17.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.17.4](v1.17.3...v1.17.4) (2024-02-27)

### Bug Fixes

* the plugin reports mkcert not recognized as an internal or external command when  parentheses in the folder name ([02278c8](02278c8)), closes [#83](#83)
  • Loading branch information
semantic-release-bot committed Feb 27, 2024
1 parent 02278c8 commit 750ec83
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.17.4](https://github.com/liuweiGL/vite-plugin-mkcert/compare/v1.17.3...v1.17.4) (2024-02-27)


### Bug Fixes

* the plugin reports mkcert not recognized as an internal or external command when parentheses in the folder name ([02278c8](https://github.com/liuweiGL/vite-plugin-mkcert/commit/02278c870d5a15be41a540457d1e65c927e9f8a2)), closes [#83](https://github.com/liuweiGL/vite-plugin-mkcert/issues/83)

## [1.17.3](https://github.com/liuweiGL/vite-plugin-mkcert/compare/v1.17.2...v1.17.3) (2024-01-18)


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

0 comments on commit 750ec83

Please sign in to comment.