Skip to content

Commit 19a9b52

Browse files
committed
chore: release v0.6.7
1 parent d839ab0 commit 19a9b52

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gpt-runner",
33
"type": "module",
4-
"version": "0.6.6",
4+
"version": "0.6.7",
55
"private": true,
66
"packageManager": "[email protected]",
77
"engines": {
@@ -77,4 +77,4 @@
7777
"eslint --cache --fix"
7878
]
7979
}
80-
}
80+
}

packages/gpt-runner-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nicepkg/gpt-runner-cli",
3-
"version": "0.6.6",
3+
"version": "0.6.7",
44
"description": "GPT-Runner CLI helps manage AI presets and enables AI-driven conversations with your code, streamlining development workflows and boosting efficiency.",
55
"author": {
66
"name": "Jinming Yang",

packages/gpt-runner-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nicepkg/gpt-runner-core",
3-
"version": "0.6.6",
3+
"version": "0.6.7",
44
"description": "Core module for GPT-Runner providing config file parser and LLM connection utilities.",
55
"author": "Jinming Yang <[email protected]>",
66
"license": "MIT",
@@ -51,4 +51,4 @@
5151
"langchain": "^0.0.107",
5252
"unconfig": "^0.3.9"
5353
}
54-
}
54+
}

packages/gpt-runner-shared/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nicepkg/gpt-runner-shared",
3-
"version": "0.6.6",
3+
"version": "0.6.7",
44
"description": "Provides shared code for GPT-Runner, featuring reusable common, browser, and server elements across all packages.",
55
"author": "Jinming Yang <[email protected]>",
66
"license": "MIT",
@@ -116,4 +116,4 @@
116116
"@types/ip": "^1.1.0",
117117
"express": "^4.18.2"
118118
}
119-
}
119+
}

packages/gpt-runner-vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"publisher": "nicepkg",
33
"name": "gpt-runner",
44
"displayName": "GPT Runner",
5-
"version": "0.6.6",
5+
"version": "0.6.7",
66
"private": true,
77
"description": "Use GPT-Runner to manage your AI presets, engage in AI-powered conversations with your code, and significantly boost the development efficiency of both you and your team!",
88
"license": "MIT",
@@ -142,4 +142,4 @@
142142
"uuid": "^9.0.0",
143143
"wait-port": "^1.0.4"
144144
}
145-
}
145+
}

packages/gpt-runner-web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nicepkg/gpt-runner-web",
3-
"version": "0.6.6",
3+
"version": "0.6.7",
44
"description": "Gpt-runner Web is a significant part of GPT-Runner, providing a web interface for users to interact with AI-powered code automation tool with enhanced efficiency. It uses Express for the server-side and React + Vite for the client side.",
55
"author": "Jinming Yang <[email protected]>",
66
"license": "MIT",
@@ -130,4 +130,4 @@
130130
"vite-plugin-svgr": "^3.2.0",
131131
"zustand": "^4.3.9"
132132
}
133-
}
133+
}

packages/gpt-runner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nicepkg/gpt-runner",
3-
"version": "0.6.6",
3+
"version": "0.6.7",
44
"description": "Provides the defineConfig function and UserConfig type to enable type-checked configuration of the gptr.config.ts file, forming a crucial part of the GPT-Runner package designed to enhance AI-driven development workflows.",
55
"author": "Jinming Yang <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)