From 2e0f8db398b7364afbfd7bbf7eb572dd202b3732 Mon Sep 17 00:00:00 2001 From: yoyo930021 Date: Sun, 8 Nov 2020 20:43:36 +0800 Subject: [PATCH] v0.29.1 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff1e9c29d9..aa7c80b9b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -### 0.29.1 +### 0.29.1 | 2020-11-08 | [VSIX](https://marketplace.visualstudio.com/_apis/public/gallery/publishers/octref/vsextensions/vetur/0.29.1/vspackage) - 🙌 Fix invalid `client/registerCapability` request. Thanks to contribution from [@rchl](https://github.com/rchl). #2388. diff --git a/package.json b/package.json index 9656fa4ca9..5786adfcf5 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.29.0", + "version": "0.29.1", "publisher": "octref", "scripts": { "postinstall": "run-s install:*",