From 75ee15f10ed93adde1356de01620c1e2e3b878de Mon Sep 17 00:00:00 2001 From: William Monk Date: Sun, 5 Aug 2018 10:04:13 +0100 Subject: [PATCH] Update README For 2.17.0 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2300fc11d..3da2f5f60 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,12 @@ To fix this, create a new file *in the root of the project* called `tsconfig.tes ## Changelog +### 2.17.0 +* Update migration instructions - @DorianGrey +* tslint updates - @alexandrudanpop +* Stop eslint includes - @aurerua +* Resolve commited merge conflig - @AndrewKvalheim + ### 2.16.0 * Allow `moduleNameMapper` config override - @sebald * Fix travis build - @DorianGrey