Skip to content

Commit

Permalink
chore: release v9.0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
dosco committed Jul 23, 2024
1 parent 60e646f commit edb9971
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 9 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@


## [9.0.33](https://github.com/ax-llm/ax/compare/9.0.31...9.0.32) (2024-07-23)


### Features

* new ai-sdk-provider ([60e646f](https://github.com/ax-llm/ax/commit/60e646f64736c06a3017ffe1a853baf296b31308))

## [9.0.32](https://github.com/ax-llm/ax/compare/9.0.31...9.0.32) (2024-07-18)


### Features

* added new models for mistral and openai ([b0ae470](https://github.com/ax-llm/ax/commit/b0ae470dd911323aedb977313ec5242a7f80ebec))


### Bug Fixes

* corrected embeddings endpoint ([#51](https://github.com/ax-llm/ax/issues/51)) ([d1a733e](https://github.com/ax-llm/ax/commit/d1a733e632d0dbd3f77f31e79e784b016c0e8844))

## [9.0.32](https://github.com/ax-llm/ax/compare/9.0.30...9.0.31) (2024-07-18)


Expand Down
10 changes: 5 additions & 5 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 @@ -84,5 +84,5 @@
],
"author": "Vikram <https://twitter.com/dosco>",
"private": "true",
"version": "9.0.32"
"version": "9.0.33"
}
2 changes: 1 addition & 1 deletion src/ai-sdk-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@ai-sdk/provider-utils": "^1.0.2",
"@ax-llm/ax": "9.0.32"
"@ax-llm/ax": "9.0.33"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
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": "9.0.32",
"version": "9.0.33",
"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": "9.0.32"
"@ax-llm/ax": "9.0.33"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
Expand Down

0 comments on commit edb9971

Please sign in to comment.