Skip to content

Commit 3760c9c

Browse files
committed
chore: release v11.0.22
1 parent 0c9f4f4 commit 3760c9c

File tree

6 files changed

+23
-11
lines changed

6 files changed

+23
-11
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [11.0.22](https://github.com/ax-llm/ax/compare/11.0.20...11.0.21) (2025-02-23)
4+
5+
### Features
6+
7+
* new multi service router ([6886416](https://github.com/ax-llm/ax/commit/688641644aeb18d6dea1a307c5d6872df982cd36))
8+
* rename `max_tokens` to `max_completion_tokens` in `AxAIOpenAI` ([#156](https://github.com/ax-llm/ax/issues/156)) ([76f1e53](https://github.com/ax-llm/ax/commit/76f1e53f33743ee460569bb94d0bd3620db6e328))
9+
10+
### Bug Fixes
11+
12+
* old router is now simple classifier ([0c9f4f4](https://github.com/ax-llm/ax/commit/0c9f4f49537ec729093b8a91aa6b593ddd4f285c))
13+
## [11.0.21](https://github.com/ax-llm/ax/compare/11.0.20...11.0.21) (2025-02-19)
14+
315
## [11.0.21](https://github.com/ax-llm/ax/compare/11.0.20...11.0.21) (2025-02-19)
416

517
### Bug Fixes

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
@@ -79,7 +79,7 @@
7979
],
8080
"author": "Vikram <https://twitter.com/dosco>",
8181
"private": "true",
82-
"version": "11.0.21",
82+
"version": "11.0.22",
8383
"dependencies": {
8484
"@ai-sdk/provider-utils": "^2.1.8",
8585
"@astrojs/tailwind": "^6.0.0",

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": "11.0.21",
3+
"version": "11.0.22",
44
"type": "module",
55
"description": "Ax AI SDK Provider for the Vercel AI SDK",
66
"repository": {
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"@ai-sdk/provider-utils": "^2.0.7 ",
35-
"@ax-llm/ax": "11.0.21",
35+
"@ax-llm/ax": "11.0.22",
3636
"ai": "^4.0.33",
3737
"zod": "^3.23.8"
3838
},

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": "11.0.21",
3+
"version": "11.0.22",
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": "11.0.21"
16+
"@ax-llm/ax": "11.0.22"
1717
},
1818
"bugs": {
1919
"url": "https://github.com/@ax-llm/ax/issues"

0 commit comments

Comments
 (0)