Skip to content

Commit 7e6c3b2

Browse files
committed
chore: release 0.4.4
1 parent 1c71667 commit 7e6c3b2

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"author": "Mike Grabowski <[email protected]>",
55
"type": "module",
66
"dependencies": {
7-
"fabrice-ai": "0.4.3",
8-
"@fabrice-ai/tools": "0.4.3",
7+
"fabrice-ai": "0.4.4",
8+
"@fabrice-ai/tools": "0.4.4",
99
"@langchain/community": "^0.3.17",
1010
"axios": "^1.7.9",
1111
"dedent": "^1.5.3",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@
4949
}
5050
}
5151
},
52-
"version": "0.4.3"
52+
"version": "0.4.4"
5353
}

packages/create-fabrice-ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-fabrice-ai",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"license": "MIT",
55
"description": "Create new AI agent application with Fabrice",
66
"type": "module",

packages/framework/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@
4949
"engines": {
5050
"node": ">=22"
5151
},
52-
"version": "0.4.3"
52+
"version": "0.4.4"
5353
}

packages/tools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"@clack/prompts": "^0.8.2",
2323
"axios": "^1.7.9",
24-
"fabrice-ai": "0.4.3",
24+
"fabrice-ai": "0.4.4",
2525
"zod": "^3.23.8"
2626
},
2727
"license": "MIT",
@@ -46,5 +46,5 @@
4646
"engines": {
4747
"node": ">=22"
4848
},
49-
"version": "0.4.3"
49+
"version": "0.4.4"
5050
}

0 commit comments

Comments
 (0)