mirror of
https://github.com/misskey-dev/summaly.git
synced 2025-04-29 02:37:27 +09:00
fix workflow (v5.0.1)
This commit is contained in:
parent
7e94c26e9f
commit
541a0ddd0a
4
.github/workflows/npm-publish.yml
vendored
4
.github/workflows/npm-publish.yml
vendored
@ -10,6 +10,10 @@ jobs:
|
|||||||
publish:
|
publish:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
id-token: write
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [20.10.0]
|
node-version: [20.10.0]
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
5.0.0 / 2023-12-30
|
||||||
|
------------------
|
||||||
|
* Fix .github/workflows/npm-publish.yml
|
||||||
|
|
||||||
5.0.0 / 2023-12-30
|
5.0.0 / 2023-12-30
|
||||||
------------------
|
------------------
|
||||||
* support `<link rel="alternate" type="application/activitypub+json" href="{href}">` https://github.com/misskey-dev/summaly/pull/10, https://github.com/misskey-dev/summaly/pull/11
|
* support `<link rel="alternate" type="application/activitypub+json" href="{href}">` https://github.com/misskey-dev/summaly/pull/10, https://github.com/misskey-dev/summaly/pull/11
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@misskey-dev/summaly",
|
"name": "@misskey-dev/summaly",
|
||||||
"version": "5.0.0",
|
"version": "5.0.1",
|
||||||
"description": "Get web page's summary",
|
"description": "Get web page's summary",
|
||||||
"author": "syuilo <syuilotan@yahoo.co.jp>",
|
"author": "syuilo <syuilotan@yahoo.co.jp>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user