Skip to content

Commit

Permalink
1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lideming committed Nov 1, 2023
1 parent 3bc6150 commit 97e5cec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
with:
node-version: 18
cache: pnpm
# https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yuuza/webfx",
"version": "1.10.2",
"version": "1.10.3",
"description": "",
"repository": "github:lideming/webfx",
"main": "dist/webfx.js",
Expand Down

1 comment on commit 97e5cec

@vercel
Copy link

@vercel vercel bot commented on 97e5cec Nov 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

webfx – ./

webfx.yuuza.net
webfx-lideming.vercel.app
webfx-git-master-lideming.vercel.app

Please sign in to comment.