Skip to content

Commit

Permalink
chore: release v10.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dosco committed Nov 1, 2024
1 parent 0c6a58e commit f82ea5d
Show file tree
Hide file tree
Showing 6 changed files with 64 additions and 42 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@


## [10.0.4](https://github.com/ax-llm/ax/compare/10.0.2...10.0.3) (2024-11-01)


### Features

* pass functions in forward() ([0c6a58e](https://github.com/ax-llm/ax/commit/0c6a58e18858f83d9460331911f5cb2d580058da))

## [10.0.3](https://github.com/ax-llm/ax/compare/10.0.2...10.0.3) (2024-10-28)


### Features

* added support for o1 models ([8f06b16](https://github.com/ax-llm/ax/commit/8f06b162330fed4b5aebd0c8f0bcafb28072d46b))

## [10.0.3](https://github.com/ax-llm/ax/compare/10.0.1...10.0.2) (2024-10-28)


Expand Down
82 changes: 45 additions & 37 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": "10.0.3"
"version": "10.0.4"
}
4 changes: 2 additions & 2 deletions src/ai-sdk-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ax-llm/ax-ai-sdk-provider",
"version": "10.0.3",
"version": "10.0.4",
"type": "module",
"description": "Ax AI SDK Provider for the Vercel AI SDK",
"repository": {
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"@ai-sdk/provider-utils": "^1.0.2",
"@ax-llm/ax": "10.0.3",
"@ax-llm/ax": "10.0.4",
"ai": "^3.2.37",
"zod": "^3.23.8"
},
Expand Down
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": "10.0.3",
"version": "10.0.4",
"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": "10.0.3"
"@ax-llm/ax": "10.0.4"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
Expand Down

0 comments on commit f82ea5d

Please sign in to comment.