Skip to content

Commit 888e9b8

Browse files
authored
Merge pull request #20 from redux-things/extract-js
1.2.0
2 parents 62381ce + e3b8c03 commit 888e9b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
"should": "^8.3.2"
4141
},
4242
"dependencies": {
43-
"redux-actions-assertions-js": "^0.0.1"
43+
"redux-actions-assertions-js": "^1.0.0"
4444
}
4545
}

src/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redux-actions-assertions",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Assertions for redux actions testing",
55
"scripts": {
66
},
@@ -26,6 +26,6 @@
2626
"asserts"
2727
],
2828
"dependencies": {
29-
"redux-actions-assertions-js": "^0.0.1"
29+
"redux-actions-assertions-js": "^1.0.0"
3030
}
3131
}

0 commit comments

Comments
 (0)