Skip to content

Commit

Permalink
bump version & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
WengerK committed Oct 4, 2021
1 parent 397d5ca commit ba471a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to the "highlight-bad-chars" extension will be documented in this file.

## 0.x.x - 2021-xx-xx
## 0.0.4 - 2021-04-10

- [feat] extension now works on VS Code for the Web (like github.dev)
- [feat] highlight additional characters: control characters, soft hyphen, object replacement character - close #8, #9, #17
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.3
0.0.4
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.1",
"version": "0.0.4",
"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 ba471a7

Please sign in to comment.