Skip to content

Commit 8b96d89

Browse files
committed
chore(release): v0.1.0
1 parent 7e5727c commit 8b96d89

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: pnpm test
4646

4747
- name: Publish
48-
run: pnpm publish
48+
run: pnpm release
4949
env:
5050
GITHUB_TOKEN: ${{ secrets.GH_ADMIN_TOKEN }}
5151
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"type": "module",
33
"name": "@mswjs/socket.io-binding",
4-
"version": "0.0.0",
4+
"version": "0.1.0",
55
"description": "Binding to mock Socket.IO connections with Mock Service Worker",
66
"main": "./build/index.js",
77
"types": "./build/index.d.ts",
88
"scripts": {
99
"test": "vitest",
1010
"build": "tsup",
11-
"publish": "release publish"
11+
"release": "release publish"
1212
},
1313
"keywords": [
1414
"msw",

0 commit comments

Comments
 (0)