Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

Commit

Permalink
Bump version 0.2.2 -> 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
notskm committed Jan 4, 2020
1 parent 3a5baa4 commit 3f4f9e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.3.0]

- Added: `clang-tidy.lintOnSave` option to disable automatic linting on file save

## [0.2.2]

- Fixed: Fails with "Cannot set property 'Severity' of undefined" when using
Expand All @@ -18,5 +22,3 @@ equivalent to 0.2.0
- Initial release

## [Unreleased]

- Added: `clang-tidy.lintOnSave` option to disable automatic linting on file save
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "clang-tidy",
"displayName": "Clang-Tidy",
"description": "Integrates clang-tidy into VS Code",
"version": "0.2.2",
"version": "0.3.0",
"publisher": "notskm",
"repository": {
"url": "https://github.com/notskm/vscode-clang-tidy"
Expand Down

0 comments on commit 3f4f9e6

Please sign in to comment.