Skip to content

Commit da51e4d

Browse files
committed
chore: update v0.3.0 release information
1 parent 8be9ff8 commit da51e4d

7 files changed

+7
-7
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ English | [简体中文](https://github.com/chengpeiquan/vite-plugin-banner/blob
1616

1717
Adds a banner to the top of each generated chunk.
1818

19-
> ℹ️ **Only support for Vite 2.**
19+
> ℹ️ **Only support for Vite 2.** <br>Since v0.3.0, ESM and CommonJS module files are supported.
2020
2121
## Install
2222

README.zh-CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
为每个 chunk 文件头部添加 banner 注释。
1818

19-
> ℹ️ **只支持 Vite 2.**
19+
> ℹ️ **只支持 Vite 2.** <br>从 v0.3.0 开始,支持处理 ESM 和 CommonJS 模块文件。
2020
2121
## 安装
2222

dist/vite-plugin-banner.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vite-plugin-banner.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vite-plugin-banner.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vite-plugin-banner.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-banner",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "A banner plugin for Vite. Adds a banner to the top of each generated chunk.",
55
"main": "dist/vite-plugin-banner.min.js",
66
"types": "dist/main.d.ts",

0 commit comments

Comments
 (0)