Skip to content

Commit

Permalink
chore: release v9.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
dosco committed Jul 7, 2024
1 parent a3f27a6 commit e337f89
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@
],
"author": "Vikram <https://twitter.com/dosco>",
"private": "true",
"version": "9.0.23"
"version": "9.0.24"
}
2 changes: 1 addition & 1 deletion src/ax/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ax-llm/ax",
"version": "9.0.23",
"version": "9.0.24",
"type": "module",
"description": "The best library to work with LLMs",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"tsx": "node --env-file=.env --import=tsx"
},
"dependencies": {
"@ax-llm/ax": "9.0.23"
"@ax-llm/ax": "9.0.24"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
Expand Down

0 comments on commit e337f89

Please sign in to comment.