Skip to content

Commit

Permalink
release: v3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qmhc committed Oct 24, 2023
1 parent 0ea660c commit 5488231
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-dts",
"version": "3.6.0",
"version": "3.6.1",
"type": "module",
"license": "MIT",
"author": "qmhc",
Expand Down

0 comments on commit 5488231

Please sign in to comment.