Skip to content

Commit 2c5a094

Browse files
committed
Cut 0.13.0 release
1 parent fc4c31d commit 2c5a094

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
## [Unreleased]
44
- More subtle file icons
55
- Stop marking $ labels as unnecessary
6+
- Support await catch shorthand tag
7+
- Completions for src and global attributes of style tag
68
- Complete parser rewrite
79
- Svelte is no longer a template language, so it can be used in one
810
- Improved brace highlighting and auto insertion
@@ -18,7 +20,7 @@
1820
- Improvements around shorthand attribute inspections and intentions
1921
- More graceful handling of typos
2022
- Ton of other small fixes
21-
- Drop compatibility with 2019.x platform
23+
- Dropped compatibility with 2019.x platform
2224

2325
## [0.12.2]
2426

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -> https://www.jetbrains.org/intellij/sdk/docs/reference_guide/intellij_artifacts.html
33
pluginGroup=dev.blachut.svelte.lang
44
pluginName=svelte-intellij
5-
pluginVersion=0.13.0-beta
5+
pluginVersion=0.13.0
66
pluginSinceBuild=201.7846
77
pluginUntilBuild=203.*
88
platformType=IU

0 commit comments

Comments
 (0)