Skip to content

Commit

Permalink
chore: bump version v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
geekact committed Apr 14, 2023
1 parent 03be9bf commit bc11584
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## master

## [1.3.1](https://github.com/foca-js/foca/compare/v1.3.0...v1.3.1)  (2023-04-14)

- 在 onInit 事件内执行的 async method 未储存 loading 状态 (#38)
- immer 版本从 9.0.16 升级到 9.0.21
- redux 版本从 4.2.0 升级到 4.2.1
- 支持 typescript@5

## [1.3.0](https://github.com/foca-js/foca/compare/v1.2.1...v1.3.0)  (2022-12-17)

- `setState` 的回调模式支持返回不完整数据
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": "foca",
"version": "1.3.0",
"version": "1.3.1",
"repository": "git@github.com:foca-js/foca.git",
"homepage": "https://foca.js.org",
"keywords": [
Expand Down

0 comments on commit bc11584

Please sign in to comment.