Skip to content

Commit fba59ec

Browse files
committed
chore: release v11.0.21
1 parent cc322a9 commit fba59ec

File tree

6 files changed

+17
-11
lines changed

6 files changed

+17
-11
lines changed

CHANGELOG.md

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

3+
## [11.0.21](https://github.com/ax-llm/ax/compare/11.0.20...11.0.21) (2025-02-19)
4+
5+
### Bug Fixes
6+
7+
* Rename endpoint -> endpointId (to match Google docs) (#155) ([cc322a9](https://github.com/ax-llm/ax/commit/cc322a95895888529ccf302a95ff86fde3482d3f))
8+
39
## [11.0.20](https://github.com/ax-llm/ax/compare/11.0.18...11.0.19) (2025-02-19)
410
## [11.0.19](https://github.com/ax-llm/ax/compare/11.0.18...11.0.19) (2025-02-19)
511

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

0 commit comments

Comments
 (0)