From 3b765ec1792fda3c4fbcf10720958e1c1de305e8 Mon Sep 17 00:00:00 2001 From: simonhaenisch Date: Mon, 8 Aug 2022 09:36:32 +0200 Subject: [PATCH] docs(readme): update changelog --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 5ce7fd9..cf2902e 100644 --- a/readme.md +++ b/readme.md @@ -55,6 +55,8 @@ This plugin acts outside of [Prettier's scope](https://prettier.io/docs/en/ratio ## Changelog +Version `3.0.3` fixes a performance regression introduced in `3.0.2`. + Version `3.0.2` fixes a regression introduced by adding some file-system related methods to the language service host (to fix a bug), which revealed that another method's implementation was incorrect. Version `3.0.1` bumps the `@volar/vue-typescript` version to fix more edge cases, e. g. not removing imports when a component is used via kebab-case naming. `@volar/vue-typescript` is now defined as an optional peer dependency and you'll need to install version `0.39` or later. Furthermore a fix has been added that should help support more module resolution algorithms.