Skip to content

Commit ca94773

Browse files
Release 5.5.1 (#71)
1 parent 11416aa commit ca94773

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
5.5.1 / 2026/06/20
2+
------------------
3+
4+
* 現在お使いの summaly のバージョンの export の型が `any` になっている問題を修正
5+
16
5.5.0 / 2026/06/20
27
------------------
38

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@misskey-dev/summaly",
3-
"version": "5.5.0",
3+
"version": "5.5.1",
44
"description": "Get web page's summary",
55
"author": "syuilo <syuilotan@yahoo.co.jp>",
66
"license": "MIT",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export const summalyDefaultOptions = {
7272
plugins: [],
7373
} as SummalyOptions;
7474

75-
export const version = _VERSION_;
75+
export const version = _VERSION_ as string;
7676

7777
/**
7878
* Summarize an web page

0 commit comments

Comments
 (0)