Skip to content

Commit

Permalink
feat: change note
Browse files Browse the repository at this point in the history
  • Loading branch information
vito committed Apr 22, 2019
1 parent 11880fa commit 7fa9e13
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>com.jinsihou.react.snippets</id>
<name>React snippets</name>
<version>1.0.0</version>
<version>1.1.0</version>
<vendor email="jinsihou.1992@qq.com">jinsihou</vendor>

<description><![CDATA[
Expand All @@ -10,6 +10,12 @@
]]></description>

<change-notes><![CDATA[
<strong>v1.1.0</strong> <br/>
<li> Supported react 16.8.0 hooks</li>
<li> add cref snippet</li>
<li> add cctx snippet</li>
<li> add hoc snippet</li>
<br/>
<strong>v1.0.0</strong> <br/>
<li> Add all the snippets that can be used for prop types.</li>
]]>
Expand Down

0 comments on commit 7fa9e13

Please sign in to comment.