Skip to content

Commit

Permalink
release: v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qmhc committed Apr 17, 2023
1 parent 9fdac66 commit 25ea954
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.3.0](https://github.com/qmhc/vite-plugin-dts/compare/v2.1.0...v2.3.0) (2023-04-17)

### Features

- compatible with svelte ([#197](https://github.com/qmhc/vite-plugin-dts/issues/197)) ([5d38517](https://github.com/qmhc/vite-plugin-dts/commit/5d38517ee16fdfc2009725b9146bfe38c49d1709))
- supports multiple extends in tsconfig.json ([#202](https://github.com/qmhc/vite-plugin-dts/issues/202)) ([9fdac66](https://github.com/qmhc/vite-plugin-dts/commit/9fdac66c0cfd827791208a31fbbefd1fad4ac2bf)), closes [#200](https://github.com/qmhc/vite-plugin-dts/issues/200)

# [2.2.0](https://github.com/qmhc/vite-plugin-dts/compare/v2.1.0...v2.2.0) (2023-04-03)

### Features
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.2.0",
"version": "2.3.0",
"type": "module",
"license": "MIT",
"author": "qmhc",
Expand Down

0 comments on commit 25ea954

Please sign in to comment.