Skip to content

Commit

Permalink
chore: release v1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
2214962083 committed Aug 7, 2023
1 parent eee9def commit 0a0ea4e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gpt-runner",
"type": "module",
"version": "1.2.4",
"version": "1.2.5",
"private": true,
"packageManager": "pnpm@8.4.0",
"engines": {
Expand Down
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": "1.2.4",
"version": "1.2.5",
"description": "GPT-Runner CLI helps manage AI presets and enables AI-driven conversations with your code, streamlining development workflows and boosting efficiency.",
"author": {
"name": "Jinming Yang",
Expand Down
2 changes: 1 addition & 1 deletion 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": "1.2.4",
"version": "1.2.5",
"description": "Core module for GPT-Runner providing config file parser and LLM connection utilities.",
"author": "Jinming Yang <2214962083@qq.com>",
"license": "MIT",
Expand Down
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": "1.2.4",
"version": "1.2.5",
"description": "Provides shared code for GPT-Runner, featuring reusable common, browser, and server elements across all packages.",
"author": "Jinming Yang <2214962083@qq.com>",
"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 - Chatgpt & Claude",
"version": "1.2.4",
"version": "1.2.5",
"private": true,
"description": "Conversations with files! Manage AI presets!",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion 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": "1.2.4",
"version": "1.2.5",
"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.",
"author": "Jinming Yang <2214962083@qq.com>",
"license": "MIT",
Expand Down
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": "1.2.4",
"version": "1.2.5",
"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.",
"author": "Jinming Yang <2214962083@qq.com>",
"license": "MIT",
Expand Down

0 comments on commit 0a0ea4e

Please sign in to comment.