Skip to content

Commit

Permalink
Update readme and library version
Browse files Browse the repository at this point in the history
  • Loading branch information
jp928 committed Sep 25, 2019
1 parent df59000 commit e8e05a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Redux Saga Test Plan

## Notice:
* v4.0.0-rc.1 compatible with redux-saga prior v1.1.1
* v4.0.0-rc.2 compatible with redux-saga v1.1.1 and typescript 3.6 onwards.

[![npm](https://img.shields.io/npm/v/redux-saga-test-plan.svg?style=flat-square)](https://www.npmjs.com/package/redux-saga-test-plan)
[![Travis branch](https://img.shields.io/travis/jfairbank/redux-saga-test-plan/master.svg?style=flat-square)](https://travis-ci.org/jfairbank/redux-saga-test-plan)
[![Codecov](https://img.shields.io/codecov/c/github/jfairbank/redux-saga-test-plan.svg?style=flat-square)](https://codecov.io/gh/jfairbank/redux-saga-test-plan)
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": "redux-saga-test-plan",
"version": "4.0.0-rc.1",
"version": "4.0.0-rc.2",
"description": "Test Redux Saga with an easy plan",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit e8e05a3

Please sign in to comment.