fix workflow (v5.0.1)

This commit is contained in:
tamaina 2023-12-30 09:09:13 +00:00
parent 7e94c26e9f
commit 541a0ddd0a
3 changed files with 9 additions and 1 deletions

View File

@ -10,6 +10,10 @@ jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
strategy:
matrix:
node-version: [20.10.0]

View File

@ -1,3 +1,7 @@
5.0.0 / 2023-12-30
------------------
* Fix .github/workflows/npm-publish.yml
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

View File

@ -1,6 +1,6 @@
{
"name": "@misskey-dev/summaly",
"version": "5.0.0",
"version": "5.0.1",
"description": "Get web page's summary",
"author": "syuilo <syuilotan@yahoo.co.jp>",
"license": "MIT",