3 Commits
5.0.0 ... 5.0.3

Author SHA1 Message Date
718465e498 5.0.3 2023-12-30 10:26:31 +00:00
77c53be159 v5.0.2 2023-12-30 09:22:39 +00:00
541a0ddd0a fix workflow (v5.0.1) 2023-12-30 09:09:13 +00:00
3 changed files with 19 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]
@ -26,6 +30,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
registry-url: 'https://registry.npmjs.org'
- name: Publish package
run: |
corepack enable
@ -34,3 +39,4 @@ jobs:
pnpm publish --access public --no-git-checks --provenance
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
NPM_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

View File

@ -1,3 +1,15 @@
5.0.3 / 2023-12-30
------------------
* Fix .github/workflows/npm-publish.yml
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
------------------
* 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.3",
"description": "Get web page's summary",
"author": "syuilo <syuilotan@yahoo.co.jp>",
"license": "MIT",