From 14bdc2ee02636cf89464ee32ebbb0ed929eee902 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Tue, 24 Nov 2020 12:05:42 -0800 Subject: [PATCH] docs: update supported TS versions to include 4.1 (#2806) The support for TS 4.1 features was added in #2748 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e46c5eb441c..93cacd40462 100644 --- a/README.md +++ b/README.md @@ -233,7 +233,7 @@ The latest version under the `canary` tag **(latest commit to master)** is: ## Supported TypeScript Version -**The version range of TypeScript currently supported by this parser is `>=3.3.1 <4.1.0`.** +**The version range of TypeScript currently supported by this parser is `>=3.3.1 <4.2.0`.** These versions are what we test against.