Skip to content

Commit ce8cd97

Browse files
committed
chore: release v1.3.3
1 parent 82167f4 commit ce8cd97

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
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.3
2+
* resolve constructor properly if the class itself does now own a constructor (#35)
3+
14
# v1.3.2
25
* fix mock generation for union types (#30)
36
* fix regression: existing mocks are not regenerated anymore (#29)

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>1.3.3</dt>
13+
<dd>resolve constructor properly if the class itself does now own a constructor (#35)</dd>
1214
<dt>1.3.2</dt>
1315
<dd>fix mock generation for union types (#30)</dd>
1416
<dd>fix regression: existing mocks are not regenerated anymore (#29)</dd>

0 commit comments

Comments
 (0)