From c72cf4642accd8f9650750a931cb1b7a1577e548 Mon Sep 17 00:00:00 2001 From: xXAvoraXx Date: Sun, 7 Jul 2024 17:42:04 +0300 Subject: [PATCH] 1.0.6 --- .github/workflows/yarnrc.yml | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/yarnrc.yml b/.github/workflows/yarnrc.yml index 89c90f4..4999e51 100644 --- a/.github/workflows/yarnrc.yml +++ b/.github/workflows/yarnrc.yml @@ -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: diff --git a/package.json b/package.json index 7deff57..55456b0 100644 --- a/package.json +++ b/package.json @@ -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": {