Skip to content

Commit

Permalink
1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
xXAvoraXx committed Jul 7, 2024
1 parent f862c3d commit c72cf46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
always-auth: true
- name: Install dependencies
run: yarn
- name: Build Package
run: yarn build
- name: Publish package
run: yarn publish --access public --non-interactive
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "umi-plugin-ssr-routes",
"author": "xXAvoraXx",
"version": "1.0.5",
"version": "1.0.6",
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
"scripts": {
Expand Down

0 comments on commit c72cf46

Please sign in to comment.