Skip to content

Commit e4fac9d

Browse files
committed
chore: release v9.0.30
1 parent b01fcb7 commit e4fac9d

File tree

5 files changed

+21
-7
lines changed

5 files changed

+21
-7
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11

22

3+
## [9.0.30](https://github.com/ax-llm/ax/compare/9.0.28...9.0.29) (2024-07-09)
4+
5+
6+
### Bug Fixes
7+
8+
* more fixes related to model mapping ([b01fcb7](https://github.com/ax-llm/ax/commit/b01fcb79dc3375aabb3815fae396ec567faf7987))
9+
10+
## [9.0.29](https://github.com/ax-llm/ax/compare/9.0.28...9.0.29) (2024-07-09)
11+
12+
13+
### Bug Fixes
14+
15+
* redesigned model map feature ([7049914](https://github.com/ax-llm/ax/commit/704991418fdda832ef3d6aff33496432c3b152eb))
16+
317
## [9.0.29](https://github.com/ax-llm/ax/compare/9.0.27...9.0.28) (2024-07-09)
418

519

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.29"
87+
"version": "9.0.30"
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.29",
3+
"version": "9.0.30",
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.29"
16+
"@ax-llm/ax": "9.0.30"
1717
},
1818
"devDependencies": {
1919
"npm-run-all": "^4.1.5",

0 commit comments

Comments
 (0)