Skip to content

Commit a2329de

Browse files
committed
chore: release v1.2.6
1 parent eac4b48 commit a2329de

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
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": "1.2.5",
4+
"version": "1.2.6",
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": "1.2.5",
3+
"version": "1.2.6",
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": "1.2.5",
3+
"version": "1.2.6",
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.6.0",
5858
"openai": "^3.3.0"
5959
}
60-
}
60+
}

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": "1.2.5",
3+
"version": "1.2.6",
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",
@@ -120,4 +120,4 @@
120120
"@types/ip": "^1.1.0",
121121
"express": "^4.18.2"
122122
}
123-
}
123+
}

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 - Chatgpt & Claude",
5-
"version": "1.2.5",
5+
"version": "1.2.6",
66
"private": true,
77
"description": "Conversations with files! Manage AI presets!",
88
"license": "MIT",
@@ -159,4 +159,4 @@
159159
"uuid": "^9.0.0",
160160
"wait-port": "^1.0.4"
161161
}
162-
}
162+
}

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": "1.2.5",
3+
"version": "1.2.6",
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.1"
135135
}
136-
}
136+
}

packages/gpt-runner/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",
3-
"version": "1.2.5",
3+
"version": "1.2.6",
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",
@@ -53,4 +53,4 @@
5353
"dependencies": {
5454
"@nicepkg/gpt-runner-shared": "workspace:*"
5555
}
56-
}
56+
}

0 commit comments

Comments
 (0)