Skip to content

Commit f7e8669

Browse files
committed
chore: release v9.0.23
1 parent b6f935b commit f7e8669

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

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
@@ -83,5 +83,5 @@
8383
],
8484
"author": "Vikram <https://twitter.com/dosco>",
8585
"private": "true",
86-
"version": "9.0.22"
86+
"version": "9.0.23"
8787
}

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

0 commit comments

Comments
 (0)