Skip to content

Commit

Permalink
Bump version to 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
klazuka committed Nov 24, 2020
1 parent e9966df commit a96d744
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Available IntelliJ IDEA versions:
# https://www.jetbrains.com/intellij-repository/releases
# https://www.jetbrains.com/intellij-repository/snapshots
myPluginVersion=4.2.0
myPluginVersion=4.3.0
intellijPlatformVersion=2019.1.2

javaVersion = 1.8
Expand Down
10 changes: 10 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@

<change-notes><![CDATA[
<ul>
<li><b>4.3.0</b> <em>(2020-11-24)</em>
<ul>
<li>Implement new project wizard for WebStorm</li>
<li>Add more control over how types are exposed.</li>
<li>Add intention to convert record constructor function to record literal</li>
<li>Optimize 'Find Usages' so that it only looks at `*.elm` files</li>
<li>Only show New Elm File option inside Elm source directories</li>
<li>Added support for IntelliJ 2020.3</li>
</ul>
</li>
<li><b>4.2.0</b> <em>(2020-09-03)</em>
<ul>
<li>Added intention for creating (and removing) pipelines</li>
Expand Down

0 comments on commit a96d744

Please sign in to comment.