Skip to content

Commit

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


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


### Bug Fixes

* issue with model map feature ([d33d9be](https://github.com/ax-llm/ax/commit/d33d9be6fe3da6d1e38213f5203746952a7790b1))

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


### Bug Fixes

* model map issue ([ab29d6e](https://github.com/ax-llm/ax/commit/ab29d6e6cf39255a6b1f488043cb378387bcb5ac))

# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
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.27"
"version": "9.0.28"
}
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.27",
"version": "9.0.28",
"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.27"
"@ax-llm/ax": "9.0.28"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
Expand Down

0 comments on commit f9e39e5

Please sign in to comment.