mirror of
https://github.com/langchain-ai/create-agent-chat-app.git
synced 2026-07-01 21:24:02 -04:00
release 0.1.4
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "create-agent-chat-app",
|
||||
"version": "0.1.4-rc.1",
|
||||
"version": "0.1.4",
|
||||
"description": "Create a LangGraph chat app with one command",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
+1
-1
@@ -25,7 +25,7 @@ import {
|
||||
const __filename: string = fileURLToPath(import.meta.url);
|
||||
const __dirname: string = path.dirname(__filename);
|
||||
|
||||
const VERSION = "0.1.3";
|
||||
const VERSION = "0.1.4";
|
||||
|
||||
type PackageManager = "npm" | "pnpm" | "yarn";
|
||||
type Framework = "nextjs" | "vite";
|
||||
|
||||
Reference in New Issue
Block a user