Skip to content

Commit 164e532

Browse files
chore: release 0.18.0 (#464)
1 parent d90a98c commit 164e532

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.18.0
2+
3+
- **Feat:** support `charset`
4+
15
## 0.17.4
26

37
- **Fix:** indentation shifting on focus

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,7 @@ for more information on the multiple ways of installing VSCode extensions.
4343
- `end_of_line` (on save)
4444
- `insert_final_newline` (on save)
4545
- `trim_trailing_whitespace` (on save)
46-
47-
## On the backlog
48-
49-
- `charset`
46+
- `charset` (on open/after save)
5047

5148
## How it works
5249

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "EditorConfig",
44
"description": "EditorConfig Support for Visual Studio Code",
55
"publisher": "EditorConfig",
6-
"version": "0.17.4",
6+
"version": "0.18.0",
77
"icon": "EditorConfig_icon.png",
88
"engines": {
99
"vscode": "^1.100.0"

0 commit comments

Comments
 (0)