diff --git a/CHANGELOG.md b/CHANGELOG.md index b472873..2cddbc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [1.5.0](https://github.com/qmhc/vite-plugin-dts/compare/v1.4.1...v1.5.0) (2022-09-11) + +### Features + +- improve aliasesExclude to support more flexible definition ([f652523](https://github.com/qmhc/vite-plugin-dts/commit/f6525235758b0d29347feb7f21a5085dc81b13a4)), closes [#93](https://github.com/qmhc/vite-plugin-dts/issues/93) + ## [1.4.1](https://github.com/qmhc/vite-plugin-dts/compare/v1.4.0...v1.4.1) (2022-08-01) ### Bug Fixes diff --git a/package.json b/package.json index 975273c..26f6dfb 100644 --- a/package.json +++ b/package.json @@ -93,5 +93,5 @@ "test:e2e": "cd example && cross-env DEBUG=\"vite-plugin-dts:bundle\" vite build" }, "types": "dist/index.d.ts", - "version": "1.4.1" + "version": "1.5.0" }