From e33085a9f125706d03791b925a05a52bed9d09eb Mon Sep 17 00:00:00 2001 From: notskm Date: Thu, 21 May 2020 15:38:30 -0400 Subject: [PATCH] Prepare for release 0.5.0 --- CHANGELOG.md | 2 ++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e0b290..664c70b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.0] - 2020-05-21 + ### Added - `clang-tidy.fixOnSave` option to apply clang-tidy fixes on save diff --git a/package-lock.json b/package-lock.json index aa675ef..60a41ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "clang-tidy", - "version": "0.4.1", + "version": "0.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a2850f2..ea2f09d 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.1", + "version": "0.5.0", "publisher": "notskm", "repository": { "url": "https://github.com/notskm/vscode-clang-tidy"