Skip to content

Commit f918e59

Browse files
committed
Merge develop into main
2 parents 028088b + 1bf2f38 commit f918e59

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1+
## <small>1.0.2 (2023-06-19)</small>
2+
3+
* fix: update readme ([57b4f0f](https://github.com/xiaweiss/miniprogram-type/commit/57b4f0f))
4+
15
## <small>1.0.1 (2023-06-18)</small>
26

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)
7+
* fix: #1 [api] wx.onWindowResize 返回参数缺少 screenWidth、screenHeight,实际有返回 ([53bfa1f](https://github.com/xiaweiss/miniprogram-type/commit/53bfa1f)), closes [#1](https://github.com/xiaweiss/miniprogram-type/issues/1)
8+
* fix: #2 [api] SystemInfo 系统信息中缺失企业微信环境 environment?: 'wxwork' ([40579cb](https://github.com/xiaweiss/miniprogram-type/commit/40579cb)), closes [#2](https://github.com/xiaweiss/miniprogram-type/issues/2)
59

610
## 1.0.0 (2023-06-18)
711

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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Wechat Mini Program Type
22
======
3+
[![npm](https://img.shields.io/npm/v/miniprogram-type)](https://www.npmjs.com/package/miniprogram-type)
34
![license](https://img.shields.io/npm/l/miniprogram-type)
45
![downloads](https://img.shields.io/npm/dt/miniprogram-type)
56

README_CN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
微信小程序类型文件
22
======
3+
[![npm](https://img.shields.io/npm/v/miniprogram-type)](https://www.npmjs.com/package/miniprogram-type)
34
![license](https://img.shields.io/npm/l/miniprogram-type)
45
![downloads](https://img.shields.io/npm/dt/miniprogram-type)
56

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "miniprogram-type",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"author": "xiaweiss",
55
"description": "Type definitions for Wechat Mini Program in TypeScript",
6-
"homepage": "https://github.com/xiaweiss/vite-plugin-ali-oss",
7-
"repository": "https://github.com/xiaweiss/vite-plugin-ali-oss",
6+
"homepage": "https://github.com/xiaweiss/miniprogram-type",
7+
"repository": "https://github.com/xiaweiss/miniprogram-type",
88
"license": "MIT",
99
"main": "./index.d.ts",
1010
"types": "./index.d.ts",
1111
"scripts": {
12-
"test": "tsd",
13-
"changelog": "conventional-changelog -i CHANGELOG.md -s"
12+
"changelog": "conventional-changelog -i CHANGELOG.md -s",
13+
"test": "tsd"
1414
},
1515
"devDependencies": {
1616
"conventional-changelog-cli": "^3.0.0",

0 commit comments

Comments
 (0)