diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b0ac3aa..048e53a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,6 +16,8 @@ jobs: with: node-version: 16.x registry-url: https://registry.npmjs.org + - name: ⚙️ Setup + run: npm i -g @antfu/ni - name: 🚀 publish run: npm publish --access public env: diff --git a/package.json b/package.json index b78898a..0b9d5e0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fetch-api-wrapper", "type": "module", - "version": "0.0.4", + "version": "0.0.5", "private": false, "packageManager": "pnpm@7.9.0", "description": "use fetch to simplify the code for making HTTP requests taking full advantage of TypeScript's type system",