mirror of
https://github.com/misskey-dev/summaly.git
synced 2025-08-07 08:43:56 +09:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
541a0ddd0a |
4
.github/workflows/npm-publish.yml
vendored
4
.github/workflows/npm-publish.yml
vendored
@ -10,6 +10,10 @@ jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
id-token: write
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
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
|
||||
------------------
|
||||
* 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",
|
||||
"version": "5.0.0",
|
||||
"version": "5.0.1",
|
||||
"description": "Get web page's summary",
|
||||
"author": "syuilo <syuilotan@yahoo.co.jp>",
|
||||
"license": "MIT",
|
||||
|
Reference in New Issue
Block a user