Skip to content

Commit

Permalink
release: v0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
qmhc committed Jan 11, 2022
1 parent 5fb24ba commit 173dfe7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## [0.9.9](https://github.com/qmhc/vite-plugin-dts/compare/v0.9.8...v0.9.9) (2022-01-11)

### Bug Fixes

- should filter vite virtual files ([5fb24ba](https://github.com/qmhc/vite-plugin-dts/commit/5fb24ba2c40ad2ef81e45c33533aada3bb5aefd3)), closes [#50](https://github.com/qmhc/vite-plugin-dts/issues/50)

## [0.9.8](https://github.com/qmhc/vite-plugin-dts/compare/v0.9.7...v0.9.8) (2022-01-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -91,5 +91,5 @@
"test:e2e": "cd example && cross-env DEBUG=\"vite-plugin-dts:bundle\" vite build"
},
"types": "dist/index.d.ts",
"version": "0.9.8"
"version": "0.9.9"
}

0 comments on commit 173dfe7

Please sign in to comment.