Skip to content

Commit fe96241

Browse files
committed
chore: release v10.0.24
1 parent 088aaca commit fe96241

File tree

6 files changed

+25
-11
lines changed

6 files changed

+25
-11
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11

22

3+
## [10.0.24](https://github.com/ax-llm/ax/compare/10.0.22...10.0.23) (2025-01-10)
4+
5+
6+
### Features
7+
8+
* new getMetrics() method on AxAIService for latency and error metrics ([088aaca](https://github.com/ax-llm/ax/commit/088aaca85b2d4b75718f377f48094c22fb978832))
9+
10+
## [10.0.23](https://github.com/ax-llm/ax/compare/10.0.22...10.0.23) (2025-01-09)
11+
12+
13+
### Bug Fixes
14+
15+
* refactor to ensure config values are correctly handled ([ee5b068](https://github.com/ax-llm/ax/commit/ee5b06859fe60533b620b115a6b954b9b25eebe2))
16+
317
## [10.0.23](https://github.com/ax-llm/ax/compare/10.0.21...10.0.22) (2025-01-09)
418

519

package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.23"
87+
"version": "10.0.24"
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.23",
3+
"version": "10.0.24",
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.23",
27+
"@ax-llm/ax": "10.0.24",
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.23",
3+
"version": "10.0.24",
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.23"
16+
"@ax-llm/ax": "10.0.24"
1717
},
1818
"devDependencies": {
1919
"npm-run-all": "^4.1.5",

0 commit comments

Comments
 (0)