From f9fb6ffdfc531ebfc5371b1b50698b2b9b78d97c Mon Sep 17 00:00:00 2001 From: William Monk Date: Fri, 23 Jun 2017 16:38:22 +0100 Subject: [PATCH] Update README For 2.3.1 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9ad7562c..ec3cdd12 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,9 @@ When you run `npm run build` the terminal will output the error, including the h ## Changelog +### 2.3.1 +* Fix issue with new @types/react + ### 2.3.0 * All tsc to parse config (for `extend`) - Thanks to @DorianGrey * Fix various jest issues - thanks to @zinserjan