From f403497140fb6b2f60204691aaed46e9950ae8a0 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Fri, 5 May 2023 19:31:31 +0800 Subject: [PATCH] docs: let's deprecate 0.2.x It supports the same TS version range as 0.3.x but is designed more poorly. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 092f065..83d81fd 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ TSConfigs for Vue projects to extend. Requires TypeScript >= 5.0. For TypeScript v4.5 to v4.9, please use [v0.1.x](https://www.npmjs.com/package/@vue/tsconfig/v/0.1.3). -[See below for the changes in v0.2.x.](#migrating-from-typescript--50) +[See below for the changes in v0.3.x.](#migrating-from-typescript--50) ## Installation