mirror of
https://github.com/misskey-dev/summaly.git
synced 2025-08-07 08:43:56 +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:
|
||||
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
|
||||
|
@ -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
|
||||
------------------
|
||||
* 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.2",
|
||||
"description": "Get web page's summary",
|
||||
"author": "syuilo <syuilotan@yahoo.co.jp>",
|
||||
"license": "MIT",
|
||||
|
Reference in New Issue
Block a user