Skip to content

Commit 655fe27

Browse files
author
Kirill Rakhman
committed
bump version and add changelog
1 parent f8ce399 commit 655fe27

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

build.gradle.kts

+7-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "org.example"
7-
version = "0.1"
7+
version = "0.1.1"
88

99
repositories {
1010
mavenCentral()
@@ -24,7 +24,12 @@ intellij {
2424

2525
tasks {
2626
patchPluginXml {
27-
changeNotes.set("""Initial Release""".trimIndent())
27+
changeNotes.set("""
28+
0.1.1
29+
<ul>
30+
<li>Fix NPE when opening non Angular file</li>
31+
</ul>
32+
""".trimIndent())
2833
version.set(project.version.toString())
2934
sinceBuild.set("212.0")
3035
}

0 commit comments

Comments
 (0)