mirror of
https://github.com/misskey-dev/summaly.git
synced 2025-08-08 09:14:02 +09:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
77c53be159 | |||
541a0ddd0a |
5
.github/workflows/npm-publish.yml
vendored
5
.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]
|
||||||
@ -26,6 +30,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
cache: 'pnpm'
|
cache: 'pnpm'
|
||||||
|
registry-url: 'https://registry.npmjs.org'
|
||||||
- name: Publish package
|
- name: Publish package
|
||||||
run: |
|
run: |
|
||||||
corepack enable
|
corepack enable
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
5.0.2 / 2023-12-30
|
||||||
|
------------------
|
||||||
|
* Fix .github/workflows/npm-publish.yml
|
||||||
|
|
||||||
|
5.0.1 / 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.2",
|
||||||
"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",
|
||||||
|
Reference in New Issue
Block a user