Skip to content

Commit 0e54932

Browse files
committed
bump 2.2.6
1 parent d4b9386 commit 0e54932

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
2.2.6 (2023-6-26)
22
---------
33

4-
- [修复] action 完成后,子 action 开始执行,获取到错误的父 action 信息,导致 JS 循环致栈溢出
4+
- [修复] action 完成后使用 local dispatch 函数,可能发生 JS 栈溢出的运行时错误
55

66

77
2.2.5 (2023-4-19)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "san-store",
3-
"version": "2.2.5",
3+
"version": "2.2.6",
44
"description": "Application State Management for San",
55
"scripts": {
66
"build": "rm -rf dist && rollup --config && uglifyjs dist/san-store.source.js -mco dist/san-store.js && uglifyjs dist/san-store-use.source.js -mco dist/san-store-use.js && cp types/*.d.ts dist",

0 commit comments

Comments
 (0)