Skip to content

Commit

Permalink
release: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaweiss committed Aug 14, 2023
1 parent 9b18815 commit ab9d4cf
Show file tree
Hide file tree
Showing 3 changed files with 129 additions and 82 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## <small>1.0.3 (2023-08-14)</small>

* update: miniprogram-api-typings 3.11.0 ([9f484fc](https://github.com/xiaweiss/miniprogram-type/commit/9f484fc))
* chore: 添加示例项目 ([22ba991](https://github.com/xiaweiss/miniprogram-type/commit/22ba991))
* 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)

## <small>1.0.2 (2023-06-19)</small>

* fix: update readme ([57b4f0f](https://github.com/xiaweiss/miniprogram-type/commit/57b4f0f))
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "miniprogram-type",
"version": "1.0.2",
"version": "1.0.3",
"author": "xiaweiss",
"description": "Type definitions for Wechat Mini Program in TypeScript",
"homepage": "https://github.com/xiaweiss/miniprogram-type",
Expand All @@ -13,9 +13,9 @@
"test": "tsd"
},
"devDependencies": {
"conventional-changelog-cli": "^3.0.0",
"conventional-changelog-cli": "^2.2.2",
"tsd": "^0.28.1",
"typescript": "^5.1.3"
"typescript": "^5.1.6"
},
"tsd": {
"directory": "test"
Expand Down
199 changes: 120 additions & 79 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ab9d4cf

Please sign in to comment.