Skip to content

Commit e32b46f

Browse files
chore: release 0.18.1 (#467)
1 parent 09fdbff commit e32b46f

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
## 0.18.1
2+
3+
- **Fix:** Don't apply `charset` on document open (it's still applied on active editor change)
4+
15
## 0.18.0
26

3-
- **Feat:** support `charset`
7+
- **New:** support `charset`
48

59
## 0.17.4
610

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.18.0",
6+
"version": "0.18.1",
77
"icon": "EditorConfig_icon.png",
88
"engines": {
99
"vscode": "^1.100.0"

0 commit comments

Comments
 (0)