Skip to content

Commit

Permalink
release: v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qmhc committed Feb 23, 2023
1 parent 6dbd9af commit 3ae865c
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 @@
## [2.0.1](https://github.com/qmhc/vite-plugin-dts/compare/v2.0.0...v2.0.1) (2023-02-23)

### Bug Fixes

- **vue:** correctly remove components for normal script ([6dbd9af](https://github.com/qmhc/vite-plugin-dts/commit/6dbd9af3bbd8175ef8a1cee4054ba38f330eef0c))
- **vue:** error when parse no argument function ([4db63b4](https://github.com/qmhc/vite-plugin-dts/commit/4db63b4b1b48686146f07e7e69dcbd4a82b33efb))

# [2.0.0](https://github.com/qmhc/vite-plugin-dts/compare/v2.0.0-beta.3...v2.0.0) (2023-02-23)

### Bug Fixes
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": "2.0.0",
"version": "2.0.1",
"type": "module",
"license": "MIT",
"author": "qmhc",
Expand Down

0 comments on commit 3ae865c

Please sign in to comment.