Skip to content

Commit

Permalink
Updated change logs
Browse files Browse the repository at this point in the history
  • Loading branch information
rath committed Mar 3, 2019
1 parent c76708f commit 63cb296
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/.idea
.DS_Store
/out
/build
/*.jar
5 changes: 2 additions & 3 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>com.xrath.plugin.fold</id>
<name>Angular Component Folding</name>
<version>1.4.0</version>
<version>1.4.1</version>
<vendor email="[email protected]" url="https://github.com/rath/angular-folding">Jang-Ho Hwang</vendor>

<description><![CDATA[
Expand All @@ -10,8 +10,7 @@
]]></description>

<change-notes><![CDATA[
Group nodes now act as multiple files so that it allows adding git, or delete children at once.
Added 'pipe' as group key.
Added 'directive' as a group key.
]]>
</change-notes>

Expand Down

0 comments on commit 63cb296

Please sign in to comment.