Skip to content

Commit ab9d4cf

Browse files
committed
release: bump version
1 parent 9b18815 commit ab9d4cf

File tree

3 files changed

+129
-82
lines changed

3 files changed

+129
-82
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## <small>1.0.3 (2023-08-14)</small>
2+
3+
* update: miniprogram-api-typings 3.11.0 ([9f484fc](https://github.com/xiaweiss/miniprogram-type/commit/9f484fc))
4+
* chore: 添加示例项目 ([22ba991](https://github.com/xiaweiss/miniprogram-type/commit/22ba991))
5+
* fix: #3 [api] 3.11.0 版本 WechatMiniprogram.Err 丢失了 ([a5d54b9](https://github.com/xiaweiss/miniprogram-type/commit/a5d54b9)), closes [#3](https://github.com/xiaweiss/miniprogram-type/issues/3)
6+
17
## <small>1.0.2 (2023-06-19)</small>
28

39
* fix: update readme ([57b4f0f](https://github.com/xiaweiss/miniprogram-type/commit/57b4f0f))

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "miniprogram-type",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"author": "xiaweiss",
55
"description": "Type definitions for Wechat Mini Program in TypeScript",
66
"homepage": "https://github.com/xiaweiss/miniprogram-type",
@@ -13,9 +13,9 @@
1313
"test": "tsd"
1414
},
1515
"devDependencies": {
16-
"conventional-changelog-cli": "^3.0.0",
16+
"conventional-changelog-cli": "^2.2.2",
1717
"tsd": "^0.28.1",
18-
"typescript": "^5.1.3"
18+
"typescript": "^5.1.6"
1919
},
2020
"tsd": {
2121
"directory": "test"

pnpm-lock.yaml

Lines changed: 120 additions & 79 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)