Skip to content

Commit

Permalink
chore: release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
grabbou committed Dec 10, 2024
1 parent e32647f commit f5da60c
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.1",
"@fabrice-ai/tools": "0.1.1",
"fabrice-ai": "0.1.2",
"@fabrice-ai/tools": "0.1.2",
"@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.1"
"version": "0.1.2"
}
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.1"
"version": "0.1.2"
}
4 changes: 2 additions & 2 deletions packages/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"type": "module",
"dependencies": {
"fabrice-ai": "0.1.1",
"fabrice-ai": "0.1.2",
"zod": "^3.23.8"
},
"license": "MIT",
Expand All @@ -40,5 +40,5 @@
"engines": {
"node": ">=22"
},
"version": "0.1.1"
"version": "0.1.2"
}

0 comments on commit f5da60c

Please sign in to comment.