From 2b22baef9a9174e01b1c14e0b41592f826a2795e Mon Sep 17 00:00:00 2001 From: yoyo930021 Date: Mon, 31 Oct 2022 17:56:30 +0800 Subject: [PATCH] v0.36.1 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 918ca9e9c6..8a5d493f70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -### 0.36.1 +### 0.36.1 | 2022-10-31 | [VSIX](https://marketplace.visualstudio.com/_apis/public/gallery/publishers/octref/vsextensions/vetur/0.36.1/vspackage) - Fix crash when typescript >= 4.8 and enable template type-checking. #3520 diff --git a/package.json b/package.json index e0090303fb..9fa485fa28 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.36.0", + "version": "0.36.1", "publisher": "octref", "scripts": { "postinstall": "run-s install:*",