Skip to content

Commit

Permalink
fix workflow (v5.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaina committed Dec 30, 2023
1 parent 7e94c26 commit 541a0dd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
publish:
runs-on: ubuntu-latest

permissions:
contents: read
id-token: write

strategy:
matrix:
node-version: [20.10.0]
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@misskey-dev/summaly",
"version": "5.0.0",
"version": "5.0.1",
"description": "Get web page's summary",
"author": "syuilo <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 541a0dd

Please sign in to comment.