release 0.1.4

This commit is contained in:
bracesproul
2025-03-20 17:29:27 -07:00
parent fd3e7e972a
commit 645ecb8286
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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";