diff --git a/CHANGELOG.md b/CHANGELOG.md index a67665f..6419e32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [3.9.0](https://github.com/qmhc/vite-plugin-dts/compare/v3.8.3...v3.9.0) (2024-04-23) + +### Features + +- add afterRollup option ([791a1b7](https://github.com/qmhc/vite-plugin-dts/commit/791a1b7455e8715e068aef84e4c9877157d8cf22)), closes [#322](https://github.com/qmhc/vite-plugin-dts/issues/322) + ## [3.8.3](https://github.com/qmhc/vite-plugin-dts/compare/v3.8.2...v3.8.3) (2024-04-15) ### Bug Fixes diff --git a/package.json b/package.json index c048a5a..c6faea5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-dts", - "version": "3.8.3", + "version": "3.9.0", "type": "module", "license": "MIT", "author": "qmhc",