Skip to content

Commit

Permalink
chore: release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
2214962083 committed Jun 24, 2023
1 parent 33fa00c commit f69d078
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gpt-runner",
"type": "module",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"packageManager": "pnpm@8.4.0",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion 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.1.0",
"version": "0.1.1",
"description": "CLI for GPT Runner",
"author": {
"name": "Jinming Yang",
Expand Down
2 changes: 1 addition & 1 deletion packages/gpt-runner-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nicepkg/gpt-runner-config",
"version": "0.1.0",
"version": "0.1.1",
"description": "Config loader for GPT Runner",
"author": "Jinming Yang <2214962083@qq.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion 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.1.0",
"version": "0.1.1",
"description": "",
"author": "Jinming Yang <2214962083@qq.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion 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.1.0",
"version": "0.1.1",
"description": "",
"author": "Jinming Yang <2214962083@qq.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion 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": "@nicepkg/gpt-runner-vscode",
"displayName": "GPT Runner",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"description": "GPT Runner for VS Code",
"license": "MIT",
Expand Down
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.1.0",
"version": "0.1.1",
"description": "",
"author": "Jinming Yang <2214962083@qq.com>",
"license": "MIT",
Expand Down Expand Up @@ -124,4 +124,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.1.0",
"version": "0.1.1",
"description": "",
"author": "Jinming Yang <2214962083@qq.com>",
"license": "MIT",
Expand Down

0 comments on commit f69d078

Please sign in to comment.