Skip to content

Commit 878c6ef

Browse files
Release 5.2.4 (#53)
* Release 5.2.4 * update workflow node version to v22
1 parent a7330a0 commit 878c6ef

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
node-version: [20.10.0]
11+
node-version: [22.20.0]
1212

1313
steps:
1414
- uses: actions/checkout@v4

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [20.10.0]
19+
node-version: [22.20.0]
2020

2121
steps:
2222
- uses: actions/checkout@v4

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
node-version: [20.10.0]
11+
node-version: [22.20.0]
1212

1313
steps:
1414
- uses: actions/checkout@v4

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
(unreleased)
22
------------------
33

4+
5.2.4 / 2025/10/01
5+
------------------
6+
* 依存関係の更新
7+
48
5.2.3 / 2025/07/19
59
------------------
610
* パッケージが使用できない問題を修正

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@misskey-dev/summaly",
3-
"version": "5.2.3",
3+
"version": "5.2.4",
44
"description": "Get web page's summary",
55
"author": "syuilo <[email protected]>",
66
"license": "MIT",
@@ -9,7 +9,7 @@
99
"main": "./built/index.js",
1010
"type": "module",
1111
"types": "./built/index.d.ts",
12-
"packageManager": "pnpm@9.12.3",
12+
"packageManager": "pnpm@9.15.9",
1313
"files": [
1414
"built",
1515
"LICENSE"

0 commit comments

Comments
 (0)