diff --git a/CHANGELOG.md b/CHANGELOG.md index c563ba3..0f6d7aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.8.3](https://github.com/qmhc/vite-plugin-dts/compare/v0.8.2...v0.8.3) (2021-10-11) + +### Bug Fixes + +- support tsconfig.json using comments ([6e6e446](https://github.com/qmhc/vite-plugin-dts/commit/6e6e44683592060ebd27d1c5712058f2f0f0aeb6)), closes [#31](https://github.com/qmhc/vite-plugin-dts/issues/31) + ## [0.8.2](https://github.com/qmhc/vite-plugin-dts/compare/v0.8.1...v0.8.2) (2021-09-30) ### Bug Fixes diff --git a/package.json b/package.json index d9b7285..c108244 100644 --- a/package.json +++ b/package.json @@ -81,5 +81,5 @@ "test:e2e": "cd example && vite build" }, "types": "dist/index.d.ts", - "version": "0.8.2" + "version": "0.8.3" }