2 Commits
5.0.1 ... 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
3 changed files with 12 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
@ -38,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,4 +1,12 @@
5.0.0 / 2023-12-30
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

View File

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