diff --git a/CHANGELOG.md b/CHANGELOG.md index d7d65e7..719edd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.1.0](https://github.com/liuweiGL/vite-plugin-demand-import/compare/v1.0.2...v1.1.0) (2022-09-26) + + +### Features + +* improve plugin's type definition more generic ([276423f](https://github.com/liuweiGL/vite-plugin-demand-import/commit/276423fc1fec2d7db480484d6c62ede76d710684)) +* use peerDependence instead of dependence to control vite version ([a6c36d4](https://github.com/liuweiGL/vite-plugin-demand-import/commit/a6c36d442380c86f558a0be2d8c6da50e99b7b8b)) + + +### Performance Improvements + +* upgrade dependencies ([e94da6c](https://github.com/liuweiGL/vite-plugin-demand-import/commit/e94da6cf16fdae81dbbb1fbaf57ebfae7dee3a5d)) + ## [1.0.2](https://github.com/liuweiGL/vite-plugin-demand-import/compare/v1.0.1...v1.0.2) (2022-08-03) diff --git a/package.json b/package.json index 6cc893a..ca93ad7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-demand-import", - "version": "1.0.2", + "version": "1.1.0", "description": "Demand import for the library that has side effects", "keywords": [ "vite-plugin",