Skip to content

Commit

Permalink
chore: release v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
2214962083 committed Jun 27, 2023
1 parent 54863af commit e6ceb87
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 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.1.4",
"version": "0.1.5",
"private": true,
"packageManager": "pnpm@8.4.0",
"engines": {
Expand Down Expand Up @@ -75,4 +75,4 @@
"eslint --cache --fix"
]
}
}
}
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.4",
"version": "0.1.5",
"description": "CLI for GPT Runner",
"author": {
"name": "Jinming Yang",
Expand Down
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.1.4",
"version": "0.1.5",
"description": "",
"author": "Jinming Yang <2214962083@qq.com>",
"license": "MIT",
Expand Down Expand Up @@ -47,4 +47,4 @@
"langchain": "^0.0.96",
"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.1.4",
"version": "0.1.5",
"description": "",
"author": "Jinming Yang <2214962083@qq.com>",
"license": "MIT",
Expand Down Expand Up @@ -109,4 +109,4 @@
"@types/ip": "^1.1.0",
"express": "^4.18.2"
}
}
}
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.4",
"version": "0.1.5",
"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.4",
"version": "0.1.5",
"description": "",
"author": "Jinming Yang <2214962083@qq.com>",
"license": "MIT",
Expand Down Expand Up @@ -125,4 +125,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.4",
"version": "0.1.5",
"description": "",
"author": "Jinming Yang <2214962083@qq.com>",
"license": "MIT",
Expand Down

0 comments on commit e6ceb87

Please sign in to comment.