From ffeaa8da18b01a5efcc15668d85ea96b0cbb20e6 Mon Sep 17 00:00:00 2001 From: qmhc <40221744+qmhc@users.noreply.github.com> Date: Wed, 13 Jul 2022 11:00:33 +0800 Subject: [PATCH] release: v1.3.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a8f567..e1cad60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# [1.3.0](https://github.com/qmhc/vite-plugin-dts/compare/v1.2.1...v1.3.0) (2022-07-13) + +### Bug Fixes + +- aliasesExclude not work when includes empty value ([#85](https://github.com/qmhc/vite-plugin-dts/issues/85)) ([8b9b9aa](https://github.com/qmhc/vite-plugin-dts/commit/8b9b9aa4e9d1c4fa84a2945f4f2421c9269240ff)) +- correct type files generate when root is set ([#68](https://github.com/qmhc/vite-plugin-dts/issues/68)) ([0b491bd](https://github.com/qmhc/vite-plugin-dts/commit/0b491bd3720c5b6065dd00a00f9b95e39bf6c8fe)) + +### Features + +- support multiple output dirs ([cd19ee7](https://github.com/qmhc/vite-plugin-dts/commit/cd19ee7f4cf25906a3ffcd89a6c93baf7c7266ed)) + ## [1.2.1](https://github.com/qmhc/vite-plugin-dts/compare/v1.2.0...v1.2.1) (2022-07-05) ### Bug Fixes diff --git a/package.json b/package.json index e8a7c56..745d213 100644 --- a/package.json +++ b/package.json @@ -93,5 +93,5 @@ "test:e2e": "cd example && cross-env DEBUG=\"vite-plugin-dts:bundle\" vite build" }, "types": "dist/index.d.ts", - "version": "1.2.1" + "version": "1.3.0" }