Skip to content

Commit 8bd2243

Browse files
feature: 新增1.3.0版本
1 parent 1a174a4 commit 8bd2243

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pluginGroup = com.fulinlin
22
pluginName = Git Commit Message Helper
3-
pluginVersion = 1.2.0
3+
pluginVersion = 1.3.0
44

55
pluginSinceBuild = 203.392
66
pluginUntilBuild =

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,21 @@
22
<id>commit-message-helper-idea-plugin</id>
33
<name>Git Commit Message Helper</name>
44
<vendor email="fulinlin9527@outlook.com" url="https://github.com/AutismSuperman">FuLinLin</vendor>
5-
<version>1.2.0</version>
5+
<version>1.3.0</version>
66

77

88
<description><![CDATA[<p>Git Commit Message Helper user gradle plugin generate description</p>]]></description>
99

1010
<change-notes>
1111
<![CDATA[
12+
<strong>version 1.3.0<strong>
13+
<br/>
14+
<ul>
15+
<li>Optimize Editor UI.</li>
16+
<li>Can dynamically internationalize based on language plugins.</li>
17+
<li>Fix some bugs.</li>
18+
</ul>
19+
<br/>
1220
<strong>version 1.2.0<strong>
1321
<br/>
1422
<ul>

0 commit comments

Comments
 (0)