Skip to content

Commit

Permalink
chore: release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HOMEDO\zhangjiayun committed Aug 12, 2022
1 parent 0ca03c4 commit a72b081
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@


## [2.1.0](https://github.com/yuntian001/vite-plugin-autogeneration-import-file/compare/2.0.6...2.1.0) (2022-08-12)


### 新功能[feat]

* 不再跟据vite2和vite3区分版本,module和commonjs共用同一引入方式 ([9325ec3](https://github.com/yuntian001/vite-plugin-autogeneration-import-file/commit/9325ec326e3fc31a6f7de2bdfc58c11946dec6c5))
* 加上unplugin-vue-components自动引入支持 ([1fabf99](https://github.com/yuntian001/vite-plugin-autogeneration-import-file/commit/1fabf99aadad2b9df992c6cbf5eb506318812cf5))


### 2.0.6 (2022-07-10)


Expand All @@ -9,4 +18,4 @@

### 重构

* 基于vite3.0.0 ([2e5d3cd](https://github.com/yuntian001/vite-plugin-autogeneration-import-file/commit/2e5d3cd6ff4611108654f4898a6fb1319e848890))
* 基于vite3.0.0 ([2e5d3cd](https://github.com/yuntian001/vite-plugin-autogeneration-import-file/commit/2e5d3cd6ff4611108654f4898a6fb1319e848890))
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-autogeneration-import-file",
"version": "2.0.6",
"version": "2.1.0",
"description": "vite 自动生成 引入文件插件 支持vite2 、vite3 支持配合`unplugin-vue-components`自动引入组件/指令",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit a72b081

Please sign in to comment.