diff --git a/CHANGELOG.md b/CHANGELOG.md index 125370c..3977424 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.3.2](https://github.com/qmhc/vite-plugin-dts/compare/v0.3.1...v0.3.2) (2021-06-07) + +### Bug Fixes + +- default root base on vite config ([787ebc1](https://github.com/qmhc/vite-plugin-dts/commit/787ebc175d07370628589a6fc73e325b29655a0b)) + ## [0.3.1](https://github.com/qmhc/vite-plugin-dts/compare/v0.3.0...v0.3.1) (2021-06-06) ### Bug Fixes diff --git a/package.json b/package.json index 82e225d..9b373f7 100644 --- a/package.json +++ b/package.json @@ -67,5 +67,5 @@ "test:e2e": "cd example && vite build" }, "types": "dist/index.d.ts", - "version": "0.3.1" + "version": "0.3.2" }