We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6919b4d commit bc8dc19Copy full SHA for bc8dc19
build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
7
}
8
9
group = "com.github.lppedd"
10
-version = "0.11.0"
+version = "0.11.1"
11
12
repositories {
13
maven("https://dl.bintray.com/kotlin/kotlin-eap")
change-notes/0_11_1.html
@@ -0,0 +1,9 @@
1
+<h3>0.11.1 (09/04/2020)</h3>
2
+<p>
3
+ Eighteenth alpha release.<br/>
4
+ Minor fix
5
+</p>
6
+<ul>
+ <li>See <a href="https://plugins.jetbrains.com/plugin/13389-conventional-commit/update/83149">Conventional Commit <strong>0.11.0</strong> change notes</a>!</li>
+ <li>Avoided a check for process cancellation if in template mode, which caused an exception being thrown</li>
+</ul>
0 commit comments