Skip to content

Commit edb9fb3

Browse files
committed
chore: release v1.2.2
1 parent ceb9749 commit edb9fb3

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gpt-runner",
33
"type": "module",
4-
"version": "1.2.1",
4+
"version": "1.2.2",
55
"private": true,
66
"packageManager": "[email protected]",
77
"engines": {

packages/gpt-runner-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nicepkg/gpt-runner-cli",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nicepkg/gpt-runner-core",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Core module for GPT-Runner providing config file parser and LLM connection utilities.",
55
"author": "Jinming Yang <[email protected]>",
66
"license": "MIT",
@@ -57,4 +57,4 @@
5757
"@anthropic-ai/sdk": "^0.5.10",
5858
"openai": "^3.3.0"
5959
}
60-
}
60+
}

packages/gpt-runner-shared/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nicepkg/gpt-runner-shared",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"publisher": "nicepkg",
33
"name": "gpt-runner",
44
"displayName": "GPT Runner - Chatgpt & Claude",
5-
"version": "1.2.1",
5+
"version": "1.2.2",
66
"private": true,
77
"description": "Conversations with files! Manage AI presets!",
88
"license": "MIT",

packages/gpt-runner-web/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nicepkg/gpt-runner-web",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
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",
@@ -133,4 +133,4 @@
133133
"web-streams-polyfill": "^3.2.1",
134134
"zustand": "^4.4.0"
135135
}
136-
}
136+
}

packages/gpt-runner/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nicepkg/gpt-runner",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
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)