Skip to content

Commit dc2199c

Browse files
committed
chore: release v1.3.0
1 parent 2a6ebfe commit dc2199c

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# v1.3.0
2+
* aliased imports are now prophesized correctly
3+
14
# v1.2.1
25
* updated meta information to keep plugin enabled in newer PHPStorm versions
36

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ apply plugin: 'org.jetbrains.intellij'
1010
apply plugin: 'java'
1111

1212
group 'de.cawolf'
13-
version '1.2.1'
13+
version '1.3.0'
1414

1515
sourceCompatibility = 1.8
1616

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
<change-notes><![CDATA[
1111
<dl>
12+
<dt>v1.3.0</dt>
13+
<dd>aliased imports are now prophesized correctly</dd>
1214
<dt>1.2.1</dt>
1315
<dd>updated meta information</dd>
1416
<dt>1.2.0</dt>

0 commit comments

Comments
 (0)