Skip to content

Commit

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

0 comments on commit 611569a

Please sign in to comment.