From aa34757aa25efa29cf5dc73e9d25ac5a6ec63605 Mon Sep 17 00:00:00 2001 From: notskm Date: Thu, 26 Mar 2020 23:17:43 -0400 Subject: [PATCH] Prepare for release 0.4.1 --- CHANGELOG.md | 8 +++++--- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17445a8..7837ec1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [0.4.1] + +- Fixed: Clang-Tidy will only run once. Subsequent runs produce + `Command failed: taskkill /pid 19412 /f /t ERROR: The process "19412" not found.` + ## [0.4.0] - Added: `clang-tidy.buildPath` option to tell clang-tidy where the build @@ -28,6 +33,3 @@ equivalent to 0.2.0 - Initial release ## [Unreleased] - -- Fixed: Clang-Tidy will only run once. Subsequent runs produce - `Command failed: taskkill /pid 19412 /f /t ERROR: The process "19412" not found.` diff --git a/package-lock.json b/package-lock.json index 3283558..43f0aa8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "clang-tidy", - "version": "0.4.0", + "version": "0.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a0484ed..eb1bcc8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "clang-tidy", "displayName": "Clang-Tidy", "description": "Integrates clang-tidy into VS Code", - "version": "0.4.0", + "version": "0.4.1", "publisher": "notskm", "repository": { "url": "https://github.com/notskm/vscode-clang-tidy"