Skip to content

Commit d070b9f

Browse files
committed
Release 0.2.0
1 parent f781693 commit d070b9f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pluginGroup=org.vepanimas.uml.javascript
2-
pluginVersion=0.1.1
2+
pluginVersion=0.2.0
33
pluginSinceBuild=222.0
44
pluginUntilBuild=233.*
55

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

+4-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@
3131
<![CDATA[
3232
<h3>Fixed:</h3>
3333
<ul>
34-
<li>Compatibility with 2022.3.</li>
34+
<li>Compatibility with 2023.1.</li>
35+
<li>Showing a diagram in the editor on Windows.</li>
36+
<li>The direction of the dependency arrows.</li>
37+
<li>Support for class expressions, e.g. in <code>export default class</code> statements.</li>
3538
</ul>
3639
]]>
3740
</change-notes>

0 commit comments

Comments
 (0)