Skip to content

Commit acb17e9

Browse files
committed
0.3.1
1 parent a983d54 commit acb17e9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.3.1
2+
3+
* Adds dispatcher option `signAsync`. This allows flexible signing or other
4+
mutation of locally dispatched actions.
5+
16
# 0.3.0
27

38
* Internally, we now use the redux history for gossiping with other

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redux-scuttlebutt",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Redux distributed dispatcher",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)