Skip to content

Commit

Permalink
chore: release v9.0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
dosco committed Jul 14, 2024
1 parent 2a0900d commit bec28e4
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@


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

## [9.0.30](https://github.com/ax-llm/ax/compare/9.0.29...9.0.30) (2024-07-09)


### Bug Fixes

* more fixes related to model mapping ([b01fcb7](https://github.com/ax-llm/ax/commit/b01fcb79dc3375aabb3815fae396ec567faf7987))

## [9.0.30](https://github.com/ax-llm/ax/compare/9.0.28...9.0.29) (2024-07-09)


Expand Down
8 changes: 4 additions & 4 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.30"
"version": "9.0.31"
}
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.30",
"version": "9.0.31",
"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.30"
"@ax-llm/ax": "9.0.31"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
Expand Down

0 comments on commit bec28e4

Please sign in to comment.