From 80caf35aa81b70939a51bba15f58bf7afa6d1a22 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 16 Feb 2023 13:39:12 +0000 Subject: [PATCH] chore(release): 1.13.1 [skip ci] ## [1.13.1](https://github.com/liuweiGL/vite-plugin-mkcert/compare/v1.13.0...v1.13.1) (2023-02-16) ### Bug Fixes * not working if the mkcert in directory with special charaters ([e3a5b63](https://github.com/liuweiGL/vite-plugin-mkcert/commit/e3a5b63c57b9571445954b1d90cf5ed46cfd13ac)), closes [#61](https://github.com/liuweiGL/vite-plugin-mkcert/issues/61) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0228a4d..42b03fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.13.1](https://github.com/liuweiGL/vite-plugin-mkcert/compare/v1.13.0...v1.13.1) (2023-02-16) + + +### Bug Fixes + +* not working if the mkcert in directory with special charaters ([e3a5b63](https://github.com/liuweiGL/vite-plugin-mkcert/commit/e3a5b63c57b9571445954b1d90cf5ed46cfd13ac)), closes [#61](https://github.com/liuweiGL/vite-plugin-mkcert/issues/61) + # [1.13.0](https://github.com/liuweiGL/vite-plugin-mkcert/compare/v1.12.0...v1.13.0) (2023-02-04) diff --git a/package.json b/package.json index 2c8ff42..4520c7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-mkcert", - "version": "1.13.0", + "version": "1.13.1", "description": "Provide certificates for vite's https dev service", "repository": { "type": "git",