From 750ec8355fccd86378995439ceebb627cd2de435 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 27 Feb 2024 01:14:28 +0000 Subject: [PATCH] chore(release): 1.17.4 [skip ci] ## [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) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db8f147..8b9663f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index f08aa12..e3c89fc 100644 --- a/package.json +++ b/package.json @@ -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",