Skip to content

Commit

Permalink
bump 2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
errorrik committed Jun 26, 2023
1 parent d4b9386 commit 0e54932
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
2.2.6 (2023-6-26)
---------

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


2.2.5 (2023-4-19)
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": "san-store",
"version": "2.2.5",
"version": "2.2.6",
"description": "Application State Management for San",
"scripts": {
"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",
Expand Down

0 comments on commit 0e54932

Please sign in to comment.