diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f1a75d..4e6e053 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ +## [9.0.30](https://github.com/ax-llm/ax/compare/9.0.28...9.0.29) (2024-07-09) + + +### Bug Fixes + +* more fixes related to model mapping ([b01fcb7](https://github.com/ax-llm/ax/commit/b01fcb79dc3375aabb3815fae396ec567faf7987)) + +## [9.0.29](https://github.com/ax-llm/ax/compare/9.0.28...9.0.29) (2024-07-09) + + +### Bug Fixes + +* redesigned model map feature ([7049914](https://github.com/ax-llm/ax/commit/704991418fdda832ef3d6aff33496432c3b152eb)) + ## [9.0.29](https://github.com/ax-llm/ax/compare/9.0.27...9.0.28) (2024-07-09) diff --git a/package-lock.json b/package-lock.json index e845a12..9803f0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ax-llm/ax-monorepo", - "version": "9.0.29", + "version": "9.0.30", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ax-llm/ax-monorepo", - "version": "9.0.29", + "version": "9.0.30", "license": "Apache-2.0", "workspaces": [ "src/*" @@ -21724,7 +21724,7 @@ }, "src/ax": { "name": "@ax-llm/ax", - "version": "9.0.29", + "version": "9.0.30", "license": "Apache-2.0", "dependencies": { "json5": "^2.2.3" @@ -21755,7 +21755,7 @@ "name": "@ax-llm/ax-examples", "license": "Apache-2.0", "dependencies": { - "@ax-llm/ax": "9.0.29" + "@ax-llm/ax": "9.0.30" }, "devDependencies": { "npm-run-all": "^4.1.5", diff --git a/package.json b/package.json index d73b836..78fcbdc 100644 --- a/package.json +++ b/package.json @@ -84,5 +84,5 @@ ], "author": "Vikram ", "private": "true", - "version": "9.0.29" + "version": "9.0.30" } diff --git a/src/ax/package.json b/src/ax/package.json index 74da7cf..395df47 100644 --- a/src/ax/package.json +++ b/src/ax/package.json @@ -1,6 +1,6 @@ { "name": "@ax-llm/ax", - "version": "9.0.29", + "version": "9.0.30", "type": "module", "description": "The best library to work with LLMs", "repository": { diff --git a/src/examples/package.json b/src/examples/package.json index 37ec739..abb5a57 100644 --- a/src/examples/package.json +++ b/src/examples/package.json @@ -13,7 +13,7 @@ "tsx": "node --env-file=.env --import=tsx" }, "dependencies": { - "@ax-llm/ax": "9.0.29" + "@ax-llm/ax": "9.0.30" }, "devDependencies": { "npm-run-all": "^4.1.5",