File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ <h3 >0.9.1</h3 >
4
+ <ul >
5
+ <li>Fix buggy auto-inserted each block closing tag</li>
6
+ <li>Correctly set minimum version compatibility to 2019.2</li>
7
+ </ul >
8
+
3
9
<h3 >0.9.0</h3 >
4
10
<ul >
5
11
<li>Connect template expressions to definitions inside script tag</li>
Original file line number Diff line number Diff line change @@ -7,16 +7,16 @@ plugins {
7
7
apply plugin : " kotlin"
8
8
9
9
group ' dev.blachut.svelte.lang'
10
- version ' 0.9.0 '
10
+ version ' 0.9.1 '
11
11
12
12
// See https://github.com/JetBrains/gradle-intellij-plugin/
13
13
intellij {
14
14
version ' IU-LATEST-EAP-SNAPSHOT'
15
- plugins = [' JavaScriptLanguage' , ' CSS' , ' PsiViewer:192 -SNAPSHOT' ]
15
+ plugins = [' JavaScriptLanguage' , ' CSS' , ' PsiViewer:193 -SNAPSHOT' ]
16
16
}
17
17
18
18
patchPluginXml {
19
- sinceBuild ' 191 '
19
+ sinceBuild ' 192 '
20
20
untilBuild ' 201'
21
21
}
22
22
Original file line number Diff line number Diff line change 21
21
]]> </description >
22
22
23
23
<change-notes ><![CDATA[
24
+ <h3>0.9.1</h3>
25
+ <ul>
26
+ <li>Fix buggy auto-inserted each block closing tag</li>
27
+ <li>Disallow installing plugin in unsupported 2019.1 version</li>
28
+ </ul>
29
+
24
30
<h3>0.9.0</h3>
25
31
<ul>
26
32
<li>Connect template expressions to definitions inside script tag</li>
You can’t perform that action at this time.
0 commit comments