Skip to content

Commit

Permalink
chore: release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
2214962083 committed Jul 3, 2023
1 parent 85f5dea commit 0960951
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gpt-runner",
"type": "module",
"version": "0.3.0",
"version": "0.4.0",
"private": true,
"packageManager": "[email protected]",
"engines": {
Expand Down Expand Up @@ -76,4 +76,4 @@
"eslint --cache --fix"
]
}
}
}
4 changes: 2 additions & 2 deletions packages/gpt-runner-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nicepkg/gpt-runner-cli",
"version": "0.3.0",
"version": "0.4.0",
"description": "CLI for GPT Runner",
"author": {
"name": "Jinming Yang",
Expand Down Expand Up @@ -52,4 +52,4 @@
"execa": "^7.1.1",
"wait-port": "^1.0.4"
}
}
}
4 changes: 2 additions & 2 deletions packages/gpt-runner-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nicepkg/gpt-runner-core",
"version": "0.3.0",
"version": "0.4.0",
"description": "",
"author": "Jinming Yang <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -47,4 +47,4 @@
"langchain": "^0.0.100",
"unconfig": "^0.3.9"
}
}
}
4 changes: 2 additions & 2 deletions packages/gpt-runner-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nicepkg/gpt-runner-shared",
"version": "0.3.0",
"version": "0.4.0",
"description": "",
"author": "Jinming Yang <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -109,4 +109,4 @@
"@types/ip": "^1.1.0",
"express": "^4.18.2"
}
}
}
4 changes: 2 additions & 2 deletions packages/gpt-runner-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"publisher": "nicepkg",
"name": "gpt-runner",
"displayName": "GPT Runner",
"version": "0.3.0",
"version": "0.4.0",
"private": true,
"description": "GPT Runner for VS Code",
"license": "MIT",
Expand Down Expand Up @@ -119,4 +119,4 @@
"uuid": "^9.0.0",
"wait-port": "^1.0.4"
}
}
}
4 changes: 2 additions & 2 deletions packages/gpt-runner-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nicepkg/gpt-runner-web",
"version": "0.3.0",
"version": "0.4.0",
"description": "",
"author": "Jinming Yang <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -127,4 +127,4 @@
"vite": "^4.3.9",
"zustand": "^4.3.8"
}
}
}
2 changes: 1 addition & 1 deletion packages/gpt-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nicepkg/gpt-runner",
"version": "0.3.0",
"version": "0.4.0",
"description": "",
"author": "Jinming Yang <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 0960951

Please sign in to comment.