Skip to content

Commit

Permalink
bump version & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
WengerK committed Nov 2, 2021
1 parent 6730291 commit dc7cccc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to the "highlight-bad-chars" extension will be documented in

## Unreleased

# 0.0.6 - 2021-02-11

- [feat] highlight dangerous characters that could be exploited per [Trojan Source](https://trojansource.codes/) (CVE-2021-42574)
- [feat] bundle extension with Webpack for better support for unpkg and browser extension host; the extension always runs in the web extension host now
- [feat] add Github Actions running tests & styles
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.5
0.0.6
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "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.5",
"version": "0.0.6",
"publisher": "wengerk",
"repository": "https://github.com/WengerK/vscode-highlight-bad-chars",
"homepage": "https://github.com/WengerK/vscode-highlight-bad-chars#readme",
Expand Down

0 comments on commit dc7cccc

Please sign in to comment.