diff --git a/CHANGELOG.md b/CHANGELOG.md index c3fe970..0f303b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.15.0](https://github.com/liuweiGL/vite-plugin-mkcert/compare/v1.14.1...v1.15.0) (2023-05-04) + + +### Features + +* support MacOS with M2 chip ([#67](https://github.com/liuweiGL/vite-plugin-mkcert/issues/67)) ([aebfd07](https://github.com/liuweiGL/vite-plugin-mkcert/commit/aebfd07e34ee80821d342776785308f08eede3ab)) + ## [1.14.1](https://github.com/liuweiGL/vite-plugin-mkcert/compare/v1.14.0...v1.14.1) (2023-04-26) diff --git a/package.json b/package.json index 695b2e6..9062698 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-mkcert", - "version": "1.14.1", + "version": "1.15.0", "description": "Provide certificates for vite's https dev service", "repository": { "type": "git",