Skip to content

Commit

Permalink
release: v3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
qmhc committed Apr 12, 2024
1 parent 0d204d9 commit a191d3a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [3.8.2](https://github.com/qmhc/vite-plugin-dts/compare/v3.8.1...v3.8.2) (2024-04-12)

### Bug Fixes

- correctly process aliases which are inside generic types ([0d204d9](https://github.com/qmhc/vite-plugin-dts/commit/0d204d9cfb4738588290bd4e5f443622d75607e9)), closes [#317](https://github.com/qmhc/vite-plugin-dts/issues/317)
- ignore walk for module declaration node ([1d65015](https://github.com/qmhc/vite-plugin-dts/commit/1d65015cba51e2911fd8cb01a1fd853bd77590e5)), closes [#318](https://github.com/qmhc/vite-plugin-dts/issues/318)

## [3.8.1](https://github.com/qmhc/vite-plugin-dts/compare/v3.8.0...v3.8.1) (2024-03-28)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-dts",
"version": "3.8.1",
"version": "3.8.2",
"type": "module",
"license": "MIT",
"author": "qmhc",
Expand Down

0 comments on commit a191d3a

Please sign in to comment.