Skip to content

Commit ec3eab2

Browse files
Preparing for 1.0.4 release
1 parent 80c70ba commit ec3eab2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,11 @@ In the GitHub repo, you'll find examples using **Istanbul** (for Mocha) and **Je
287287

288288
## Change Log
289289

290+
### v1.0.4
291+
292+
- Updating dependencies
293+
- Fixed Ava issues with `babel-polyfill`
294+
290295
### v1.0.3
291296

292297
- Adding documentation regarding `take` and `takeEvery`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redux-saga-testing",
3-
"version": "1.0.2",
3+
"version": "1.0.4",
44
"description": "A no-brainer way of testing your Sagas",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)