Skip to content

Commit 453cb9a

Browse files
committed
1.4.1
1 parent bd5945d commit 453cb9a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = "boo.fox"
11-
version = "1.4.0"
11+
version = "1.4.1"
1212

1313
repositories {
1414
mavenCentral()

src/main/resources/META-INF/plugin.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
</description>
1414

1515
<change-notes><![CDATA[
16+
<h3>1.4.1</h3>
17+
<ul>
18+
<li>Update the Lsp4ij version to 0.9.0</li>
19+
<li>Fix "Multiple haskell file templates with the same name but different categories"</li>
20+
</ul>
1621
<h3>1.4.0</h3>
1722
<ul>
1823
<li>Enable LSP structure view</li>

0 commit comments

Comments
 (0)