Skip to content

Commit

Permalink
release: v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qmhc committed Jul 5, 2022
1 parent 7d6bd16 commit 5a52c50
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 @@
## [1.2.1](https://github.com/qmhc/vite-plugin-dts/compare/v1.2.0...v1.2.1) (2022-07-05)

### Bug Fixes

- add parser plugins param for vue compiler ([7d6bd16](https://github.com/qmhc/vite-plugin-dts/commit/7d6bd16af88701152bf8847e160acf6169bd0918)), closes [#78](https://github.com/qmhc/vite-plugin-dts/issues/78)
- insert entry fail when no default export in source entry ([#82](https://github.com/qmhc/vite-plugin-dts/issues/82)) ([1a4b161](https://github.com/qmhc/vite-plugin-dts/commit/1a4b161647ba1826c3bfa7c9ca5ee7ca4c3ee4bf))

# [1.2.0](https://github.com/qmhc/vite-plugin-dts/compare/v1.1.1...v1.2.0) (2022-05-24)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,5 @@
"test:e2e": "cd example && cross-env DEBUG=\"vite-plugin-dts:bundle\" vite build"
},
"types": "dist/index.d.ts",
"version": "1.2.0"
"version": "1.2.1"
}

0 comments on commit 5a52c50

Please sign in to comment.