Skip to content

Commit

Permalink
update version and changelog (editorconfig#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
nrayburn-tech authored Jun 8, 2021
1 parent 4c0b0ee commit a465225
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.16.5

- **Fix:** apply config on window reload
([`#283`](https://github.com/editorconfig/editorconfig-vscode/issues/283))
- Change activation event to `onStartupFinished` instead of `*`

## 0.16.4

- **Fix:** don't set EOL when no EOL config
Expand Down
2 changes: 1 addition & 1 deletion 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 @@ -3,7 +3,7 @@
"displayName": "EditorConfig for VS Code",
"description": "EditorConfig Support for Visual Studio Code",
"publisher": "EditorConfig",
"version": "0.16.4",
"version": "0.16.5",
"icon": "EditorConfig_icon.png",
"engines": {
"vscode": "^1.51.1"
Expand Down

0 comments on commit a465225

Please sign in to comment.