chore: release v0.6.9

This commit is contained in:
JinmingYang
2023-07-12 22:53:00 +08:00
parent f258f924c9
commit 3d4a6c3a06
7 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "gpt-runner",
"type": "module",
"version": "0.6.8",
"version": "0.6.9",
"private": true,
"packageManager": "pnpm@8.4.0",
"engines": {

View File

@@ -1,6 +1,6 @@
{
"name": "@nicepkg/gpt-runner-cli",
"version": "0.6.8",
"version": "0.6.9",
"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",

View File

@@ -1,6 +1,6 @@
{
"name": "@nicepkg/gpt-runner-core",
"version": "0.6.8",
"version": "0.6.9",
"description": "Core module for GPT-Runner providing config file parser and LLM connection utilities.",
"author": "Jinming Yang <2214962083@qq.com>",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "@nicepkg/gpt-runner-shared",
"version": "0.6.8",
"version": "0.6.9",
"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",

View File

@@ -2,7 +2,7 @@
"publisher": "nicepkg",
"name": "gpt-runner",
"displayName": "GPT Runner - Support Chatgpt and Claude",
"version": "0.6.8",
"version": "0.6.9",
"private": true,
"description": "Conversations with files! Manage AI presets!",
"license": "MIT",
@@ -142,4 +142,4 @@
"uuid": "^9.0.0",
"wait-port": "^1.0.4"
}
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "@nicepkg/gpt-runner-web",
"version": "0.6.8",
"version": "0.6.9",
"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",

View File

@@ -1,6 +1,6 @@
{
"name": "@nicepkg/gpt-runner",
"version": "0.6.8",
"version": "0.6.9",
"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",