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"