Skip to content

Commit

Permalink
chore: release v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
2214962083 committed Jul 3, 2023
1 parent b2d6eca commit 2cacd7a
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 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.4.1",
"version": "0.4.2",
"private": true,
"packageManager": "[email protected]",
"engines": {
Expand Down Expand Up @@ -76,4 +76,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.4.1",
"version": "0.4.2",
"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.4.1",
"version": "0.4.2",
"description": "",
"author": "Jinming Yang <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -47,4 +47,4 @@
"langchain": "^0.0.102",
"unconfig": "^0.3.9"
}
}
}
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.4.1",
"version": "0.4.2",
"description": "",
"author": "Jinming Yang <[email protected]>",
"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": "gpt-runner",
"displayName": "GPT Runner",
"version": "0.4.1",
"version": "0.4.2",
"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.4.1",
"version": "0.4.2",
"description": "",
"author": "Jinming Yang <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -122,4 +122,4 @@
"vite-plugin-svgr": "^3.2.0",
"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.4.1",
"version": "0.4.2",
"description": "",
"author": "Jinming Yang <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 2cacd7a

Please sign in to comment.