diff --git a/.vscodeignore b/.vscodeignore index 5ff3c19..cd3c95e 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -3,6 +3,7 @@ out/test/** test/** src/** +docs/** **/*.map .gitignore tsconfig.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a44395..0df1029 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to the "highlight-bad-chars" extension will be documented in this file. -# 0.0.5 - DATE +# 0.0.5 - 2021-04-10 - [fix] do not highlight horizontal tabs as "bad characters" diff --git a/VERSION b/VERSION index 81340c7..bbdeab6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.4 +0.0.5 diff --git a/package.json b/package.json index 43b1d1f..ecdc0d5 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "highlight-bad-chars", "displayName": "Highlight Bad Chars", "description": "Extension to highlight bad characters such as No-break space ( ) and the Greek question mark (;) in your source files.", - "version": "0.0.4", + "version": "0.0.5", "publisher": "wengerk", "repository": "https://github.com/WengerK/vscode-highlight-bad-chars", "homepage": "https://github.com/WengerK/vscode-highlight-bad-chars#readme",