Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.2...v1.1.0) (2022-09-26)

### Features

* improve plugin's type definition more generic ([276423f](276423f))
* use peerDependence instead of dependence to control vite version ([a6c36d4](a6c36d4))

### Performance Improvements

* upgrade dependencies ([e94da6c](e94da6c))
  • Loading branch information
semantic-release-bot committed Sep 26, 2022
1 parent d3b9978 commit d5cba9b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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-demand-import",
"version": "1.0.2",
"version": "1.1.0",
"description": "Demand import for the library that has side effects",
"keywords": [
"vite-plugin",
Expand Down

0 comments on commit d5cba9b

Please sign in to comment.