Skip to content

Commit

Permalink
release: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaweiss committed Jan 2, 2024
1 parent 3da528f commit 32a8b8c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## <small>2.0.1 (2024-01-02)</small>

* fix: normalize path ([debd77d](https://github.com/xiaweiss/vite-plugin-ali-oss/commit/debd77d)), closes ([#14](https://github.com/xiaweiss/vite-plugin-ali-oss/issues/14))

## 2.0.0 (2023-12-25)

* feat: Configure ESM as default,Deprecate CJS and node 16 ([0aab8f4](https://github.com/xiaweiss/vite-plugin-ali-oss/commit/0aab8f4))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ vite-plugin-ali-oss
=======
![license](https://img.shields.io/npm/l/vite-plugin-ali-oss)
![downloads](https://img.shields.io/npm/dt/vite-plugin-ali-oss)
![stars](https://img.shields.io/github/stars/xiaweiss/vite-plugin-ali-oss)
![npm](https://img.shields.io/npm/v/vite-plugin-ali-oss)
![stars](https://img.shields.io/github/stars/xiaweiss/vite-plugin-ali-oss)

Upload the production files bundled in the project to Ali OSS, except for html

Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ vite-plugin-ali-oss
=======
![license](https://img.shields.io/npm/l/vite-plugin-ali-oss)
![downloads](https://img.shields.io/npm/dt/vite-plugin-ali-oss)
![stars](https://img.shields.io/github/stars/xiaweiss/vite-plugin-ali-oss)
![npm](https://img.shields.io/npm/v/vite-plugin-ali-oss)
![stars](https://img.shields.io/github/stars/xiaweiss/vite-plugin-ali-oss)

将项目中打包后生产文件上传到 Ali OSS,除了 html 以外

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-ali-oss",
"version": "2.0.0",
"version": "2.0.1",
"type": "module",
"author": "xiaweiss",
"description": "Upload the production files bundled in the project to Ali OSS, except for html",
Expand Down

0 comments on commit 32a8b8c

Please sign in to comment.