Skip to content

Commit dc14844

Browse files
committed
Cut 0.17.0 release
1 parent d059214 commit dc14844

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog
22

33
## [Unreleased]
4-
###
4+
- Support shorthand let directives
5+
- Enable CSS custom property references
6+
- Enable Sass mixin references
7+
- Fix some parser, formatter & folding crashes
8+
- Suppress store shorthand assignment error
9+
- Fix store shorthand regression in 2020.3
10+
511
## [0.16.0]
612
- Initial support of directives
713
- Debugger support

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.16.0
5+
pluginVersion=0.17.0
66
pluginSinceBuild=201.7846
77
pluginUntilBuild=202.*
88
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl

0 commit comments

Comments
 (0)