Skip to content

Commit

Permalink
chore: release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grabbou committed Dec 10, 2024
1 parent 7a37a91 commit c9be90b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"author": "Mike Grabowski <[email protected]>",
"type": "module",
"dependencies": {
"fabrice-ai": "0.1.2",
"@fabrice-ai/tools": "0.1.2",
"fabrice-ai": "0.2.0",
"@fabrice-ai/tools": "0.2.0",
"@langchain/community": "^0.3.17",
"axios": "^1.7.9",
"fastify": "^5.1.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
}
}
},
"version": "0.1.2"
"version": "0.2.0"
}
2 changes: 1 addition & 1 deletion packages/framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@
"engines": {
"node": ">=22"
},
"version": "0.1.2"
"version": "0.2.0"
}
4 changes: 2 additions & 2 deletions packages/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"type": "module",
"dependencies": {
"axios": "^1.7.9",
"fabrice-ai": "0.1.2",
"fabrice-ai": "0.2.0",
"zod": "^3.23.8"
},
"license": "MIT",
Expand All @@ -41,5 +41,5 @@
"engines": {
"node": ">=22"
},
"version": "0.1.2"
"version": "0.2.0"
}

0 comments on commit c9be90b

Please sign in to comment.