This commit is contained in:
tamaina 2023-12-30 09:22:39 +00:00
parent 541a0ddd0a
commit 77c53be159
3 changed files with 7 additions and 2 deletions

View File

@ -30,6 +30,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
registry-url: 'https://registry.npmjs.org'
- name: Publish package
run: |
corepack enable

View File

@ -1,4 +1,8 @@
5.0.0 / 2023-12-30
5.0.2 / 2023-12-30
------------------
* Fix .github/workflows/npm-publish.yml
5.0.1 / 2023-12-30
------------------
* Fix .github/workflows/npm-publish.yml

View File

@ -1,6 +1,6 @@
{
"name": "@misskey-dev/summaly",
"version": "5.0.1",
"version": "5.0.2",
"description": "Get web page's summary",
"author": "syuilo <syuilotan@yahoo.co.jp>",
"license": "MIT",