From b22b169e28f0414cf4f8a022c1b28a9aa1f737a4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 18 Jan 2024 09:20:52 +0000 Subject: [PATCH] chore(release): 1.17.3 [skip ci] ## [1.17.3](https://github.com/liuweiGL/vite-plugin-mkcert/compare/v1.17.2...v1.17.3) (2024-01-18) ### Bug Fixes * rollback required node version ([782ab10](https://github.com/liuweiGL/vite-plugin-mkcert/commit/782ab1036ced5c18808fbdb168ff1866c87dc6dc)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed896f0..db8f147 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.17.3](https://github.com/liuweiGL/vite-plugin-mkcert/compare/v1.17.2...v1.17.3) (2024-01-18) + + +### Bug Fixes + +* rollback required node version ([782ab10](https://github.com/liuweiGL/vite-plugin-mkcert/commit/782ab1036ced5c18808fbdb168ff1866c87dc6dc)) + ## [1.17.2](https://github.com/liuweiGL/vite-plugin-mkcert/compare/v1.17.1...v1.17.2) (2024-01-09) diff --git a/package.json b/package.json index 40c8511..f08aa12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-mkcert", - "version": "1.17.2", + "version": "1.17.3", "description": "Provide certificates for vite's https dev service", "repository": { "type": "git",