Skip to content

Commit b5ccc13

Browse files
committed
chore: release 0.4.0
1 parent 3ad6599 commit b5ccc13

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.3.0",
8-
"@fabrice-ai/tools": "0.3.0",
7+
"fabrice-ai": "0.4.0",
8+
"@fabrice-ai/tools": "0.4.0",
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.3.0"
52+
"version": "0.4.0"
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.3.0",
3+
"version": "0.4.0",
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.3.0"
52+
"version": "0.4.0"
5353
}

packages/tools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"type": "module",
2121
"dependencies": {
2222
"axios": "^1.7.9",
23-
"fabrice-ai": "0.3.0",
23+
"fabrice-ai": "0.4.0",
2424
"zod": "^3.23.8"
2525
},
2626
"license": "MIT",
@@ -45,5 +45,5 @@
4545
"engines": {
4646
"node": ">=22"
4747
},
48-
"version": "0.3.0"
48+
"version": "0.4.0"
4949
}

0 commit comments

Comments
 (0)