Skip to content

Commit 23cb36f

Browse files
committed
release 2.4.2
1 parent 0a5c350 commit 23cb36f

File tree

4 files changed

+15
-16
lines changed

4 files changed

+15
-16
lines changed

.github/workflows/pr-release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
update-pr:
1010
runs-on: ubuntu-latest
1111
steps:
12+
- uses: actions/setup-node@v3
13+
with:
14+
node-version: '16.x'
1215
- uses: actions/checkout@v4
1316
with:
1417
fetch-depth: 0
@@ -116,4 +119,4 @@ jobs:
116119
repo,
117120
issue_number: issueNumber,
118121
body: prBody
119-
});
122+
});

IDEA_CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
* 2.4.2
2+
* feat: Add support for processing inner classes in API export [(#610)](https://github.com/tangcent/easy-api/pull/610)
3+
4+
* build: auto-remove WIP label when PR closes related issue [(#609)](https://github.com/tangcent/easy-api/pull/609)
5+
6+
* fix: Fix compatibility with IntelliJ IDEA Ultimate IU-251.26094.121+ [(#608)](https://github.com/tangcent/easy-api/pull/608)
7+
8+
* chore: Replace deprecated `URL` constructor calls with `asUrl()` extension [(#607)](https://github.com/tangcent/easy-api/pull/607)
9+
10+
* refactor: Refactor PsiClassHelper utilities [(#606)](https://github.com/tangcent/easy-api/pull/606)
111
* 2.4.1
212
* feat: Enhance script object 'api' with parameter accessor methods [(#604)](https://github.com/tangcent/easy-api/pull/604)
313

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugin_name=EasyApi
2-
plugin_version=2.4.1.212.0
2+
plugin_version=2.4.2.212.0
33
kotlin.code.style=official
44
kotlin_version=2.1.0
55
junit_version=5.9.2
Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +0,0 @@
1-
<a href="https://github.com/tangcent/easy-api/releases/tag/v2.4.1">v2.4.1(2025-04-21)</a><br>
2-
<a href="https://github.com/tangcent/easy-api/blob/master/IDEA_CHANGELOG.md">Full Changelog</a>
3-
4-
<h3>Enhancements:</h3>
5-
6-
<ul>
7-
<li>feat: Enhance script object 'api' with parameter accessor methods (<a href="https://github.com/tangcent/easy-api/pull/604">#604</a>)</li>
8-
9-
<li>feat: Add multi-window console logging capability (<a href="https://github.com/tangcent/easy-api/pull/600">#600</a>)</li>
10-
11-
<li>feat: ignore fields from java.lang system classes to prevent complex exported types (<a href="https://github.com/tangcent/easy-api/pull/598">#598</a>)</li>
12-
</ul>
13-
14-
<h3>Fixes:</h3>

0 commit comments

Comments
 (0)