diff --git a/CHANGELOG.md b/CHANGELOG.md index 99b0b39..d3c8f58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.6.1](https://github.com/qmhc/vite-plugin-dts/compare/v3.6.0...v3.6.1) (2023-10-24) + +### Bug Fixes + +- ensure `moduleResolution` option in compilerOptions ([01528a4](https://github.com/qmhc/vite-plugin-dts/commit/01528a45050ecae81ff2b2a836839e0e3d468824)), closes [#277](https://github.com/qmhc/vite-plugin-dts/issues/277) +- ensure `rollupTypes` work with `cleanVueFileName` ([261f7bc](https://github.com/qmhc/vite-plugin-dts/commit/261f7bc9579787c7a09dbeef4ef5eb60905a0b8c)), closes [#276](https://github.com/qmhc/vite-plugin-dts/issues/276) + # [3.6.0](https://github.com/qmhc/vite-plugin-dts/compare/v3.5.4...v3.6.0) (2023-09-26) ### Features diff --git a/package.json b/package.json index e5d321d..907d4ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-dts", - "version": "3.6.0", + "version": "3.6.1", "type": "module", "license": "MIT", "author": "qmhc",