Skip to content

Commit f9e39e5

Browse files
committed
chore: release v9.0.28
1 parent d33d9be commit f9e39e5

File tree

5 files changed

+23
-7
lines changed

5 files changed

+23
-7
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
2+
3+
## [9.0.28](https://github.com/ax-llm/ax/compare/9.0.26...9.0.27) (2024-07-09)
4+
5+
6+
### Bug Fixes
7+
8+
* issue with model map feature ([d33d9be](https://github.com/ax-llm/ax/commit/d33d9be6fe3da6d1e38213f5203746952a7790b1))
9+
10+
## [9.0.27](https://github.com/ax-llm/ax/compare/9.0.26...9.0.27) (2024-07-09)
11+
12+
13+
### Bug Fixes
14+
15+
* model map issue ([ab29d6e](https://github.com/ax-llm/ax/commit/ab29d6e6cf39255a6b1f488043cb378387bcb5ac))
16+
117
# Changelog
218

319
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.

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@
8484
],
8585
"author": "Vikram <https://twitter.com/dosco>",
8686
"private": "true",
87-
"version": "9.0.27"
87+
"version": "9.0.28"
8888
}

src/ax/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ax-llm/ax",
3-
"version": "9.0.27",
3+
"version": "9.0.28",
44
"type": "module",
55
"description": "The best library to work with LLMs",
66
"repository": {

src/examples/package.json

Lines changed: 1 addition & 1 deletion
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": "9.0.27"
16+
"@ax-llm/ax": "9.0.28"
1717
},
1818
"devDependencies": {
1919
"npm-run-all": "^4.1.5",

0 commit comments

Comments
 (0)