Skip to content

Commit 028088b

Browse files
committed
release: bump version
1 parent da479a3 commit 028088b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## <small>1.0.1 (2023-06-18)</small>
2+
3+
* fix: #1 [api] wx.onWindowResize 返回参数缺少 screenWidth、screenHeight,实际有返回 ([53bfa1f](https://github.com/xiaweiss/vite-plugin-ali-oss/commit/53bfa1f)), closes [#1](https://github.com/xiaweiss/vite-plugin-ali-oss/issues/1)
4+
* fix: #2 [api] SystemInfo 系统信息中缺失企业微信环境 environment?: 'wxwork' ([40579cb](https://github.com/xiaweiss/vite-plugin-ali-oss/commit/40579cb)), closes [#2](https://github.com/xiaweiss/vite-plugin-ali-oss/issues/2)
5+
16
## 1.0.0 (2023-06-18)
27

38
* feat: fork 并修改项目文件 ([3bc431f](https://github.com/xiaweiss/vite-plugin-ali-oss/commit/3bc431f))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "miniprogram-type",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"author": "xiaweiss",
55
"description": "Type definitions for Wechat Mini Program in TypeScript",
66
"homepage": "https://github.com/xiaweiss/vite-plugin-ali-oss",

0 commit comments

Comments
 (0)