From e8e05a3a2f3a6d9c8fe1d8f3628f7ffcc951a986 Mon Sep 17 00:00:00 2001 From: "jingtai.piao@brighte.com.au" Date: Wed, 25 Sep 2019 16:39:23 +1000 Subject: [PATCH] Update readme and library version --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 67bfb4b9..352c2666 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index f683e342..b3b2504f 100644 --- a/package.json +++ b/package.json @@ -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": [