Skip to content

Commit

Permalink
release: v3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qmhc committed Dec 25, 2023
1 parent 213aa39 commit 9262d01
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
# [3.7.0](https://github.com/qmhc/vite-plugin-dts/compare/v3.6.4...v3.7.0) (2023-12-25)

### Bug Fixes

- incorrect alias transform if using a regexp that ends with slash ([213aa39](https://github.com/qmhc/vite-plugin-dts/commit/213aa39eb7de988afc8a188b485d2656c66a317a)), closes [#290](https://github.com/qmhc/vite-plugin-dts/issues/290)

### Features

- add emittedFiles parameter for afterBuild hook ([b06d2c4](https://github.com/qmhc/vite-plugin-dts/commit/b06d2c4ba9bf3f2a4e75f6b2f61308faedb42a84))

## [3.6.4](https://github.com/qmhc/vite-plugin-dts/compare/v3.6.3...v3.6.4) (2023-11-30)

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

0 comments on commit 9262d01

Please sign in to comment.