Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
release: 1.2.0 change notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pakisan committed Nov 10, 2021
1 parent 72a078c commit ce7f2db
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,26 @@ tasks.getByName<org.jetbrains.intellij.tasks.PatchPluginXmlTask>("patchPluginXml
changeNotes.set("""
<b>Added</b>
<ul>
<li><code>2021.1</code> - <code>2021.3</code> Reload on change for AsyncAPI schema preview in built-in/external browser</li>
<li><code>2021.1</code> - <code>2021.1.3</code> Reload on change for AsyncAPI schema preview in built-in/external browser</li>
<li><code>2021.2</code> - <code>2021.2.3</code> Reload on save for AsyncAPI schema preview in built-in/external browser</li>
</ul>
<b>Changed</b>
<ul>
<li>Was changed <code>org.jetbrains.intellij</code> version</li>
<ul>
<li>1.1.4 -> 1.2.1</li>
</ul>
<li>Was changed <code>intellij-plugin-verifier</code> version</li>
<ul>
<li>1.266 -> 1.268</li>
</ul>
</ul>
<b>Fixed</b>
<ul>
<li>Now plugin is available for IDEA <code>2021.1</code> - <code>2021.1.3</code></li>
</ul>
""".trimIndent())
}

Expand Down

0 comments on commit ce7f2db

Please sign in to comment.