diff --git a/.github/workflows/release-got-api.yml b/.github/workflows/release-got-api.yml index d496bdd..4df57ca 100644 --- a/.github/workflows/release-got-api.yml +++ b/.github/workflows/release-got-api.yml @@ -42,6 +42,8 @@ jobs: uses: pnpm/action-setup@v4 with: version: 9 + - name: Setup Bun + uses: oven-sh/setup-bun@v1 # - name: Set version to release tag # working-directory: ./packages/got-api # shell: bash diff --git a/packages/got-api/package.json b/packages/got-api/package.json index 0c504bc..6e1affd 100644 --- a/packages/got-api/package.json +++ b/packages/got-api/package.json @@ -1,6 +1,6 @@ { "name": "@gothub/got-api", - "version": "0.0.9", + "version": "0.0.10", "license": "MIT", "type": "module", "types": "dist/module/index.d.ts", diff --git a/packages/got-react/package.json b/packages/got-react/package.json index f2d8fbf..a74e455 100644 --- a/packages/got-react/package.json +++ b/packages/got-react/package.json @@ -1,6 +1,6 @@ { "name": "@gothub/got-react", - "version": "0.0.17", + "version": "0.0.18", "license": "MIT", "type": "module", "main": "dist/module/index.js",