From 96aaa707f8ca629f0883c57a47adb0e58995936d Mon Sep 17 00:00:00 2001 From: yoyo930021 Date: Thu, 23 Feb 2023 13:24:34 +0800 Subject: [PATCH] v0.37.3 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a813c5505c..916fc03ca8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -### 0.37.3 +### 0.37.3 | 2023-02-23 | [VSIX](https://marketplace.visualstudio.com/_apis/public/gallery/publishers/octref/vsextensions/vetur/0.37.3/vspackage) - Ignore vue/multi-word-component-names in template validation. #3649 - Fix vetur hang any request when project have .gitignore. #3657 diff --git a/package.json b/package.json index b020b38cea..c884a7a40e 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Vue tooling for VS Code", "author": "Pine Wu ", "icon": "asset/vue.png", - "version": "0.37.2", + "version": "0.37.3", "publisher": "octref", "scripts": { "postinstall": "run-s install:*",