Skip to content

Commit bb05db1

Browse files
authored
chore: release v10.0.25 (#84)
1 parent 383a9cf commit bb05db1

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
## [10.0.25](https://github.com/ax-llm/ax/compare/10.0.24...10.0.25) (2025-01-10)
12

23

3-
## [10.0.24](https://github.com/ax-llm/ax/compare/10.0.22...10.0.23) (2025-01-10)
4+
### Bug Fixes
5+
6+
* Add missing getMetrics call in AxBalancer and test mock (#83) [383a9cf](https://github.com/ax-llm/ax/commit/383a9cffe2255f98eb6697a5e2b9d8b06d07365e)
7+
8+
## [10.0.24](https://github.com/ax-llm/ax/compare/10.0.23...10.0.24) (2025-01-10)
49

510

611
### Features

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@
8484
],
8585
"author": "Vikram <https://twitter.com/dosco>",
8686
"private": "true",
87-
"version": "10.0.24"
87+
"version": "10.0.25"
8888
}

src/ai-sdk-provider/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ax-llm/ax-ai-sdk-provider",
3-
"version": "10.0.24",
3+
"version": "10.0.25",
44
"type": "module",
55
"description": "Ax AI SDK Provider for the Vercel AI SDK",
66
"repository": {
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@ai-sdk/provider-utils": "^1.0.2",
27-
"@ax-llm/ax": "10.0.24",
27+
"@ax-llm/ax": "10.0.25",
2828
"ai": "^3.2.37",
2929
"zod": "^3.23.8"
3030
},

src/ax/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ax-llm/ax",
3-
"version": "10.0.24",
3+
"version": "10.0.25",
44
"type": "module",
55
"description": "The best library to work with LLMs",
66
"repository": {

src/examples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"tsx": "node --env-file=.env --import=tsx"
1414
},
1515
"dependencies": {
16-
"@ax-llm/ax": "10.0.24"
16+
"@ax-llm/ax": "10.0.25"
1717
},
1818
"devDependencies": {
1919
"npm-run-all": "^4.1.5",

0 commit comments

Comments
 (0)