Skip to content

Commit

Permalink
v0.137.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrammel committed Feb 24, 2024
1 parent 2498dfa commit 9de9cde
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## v0.137.0 - 2024-02-24

### Changed

- Moved cost calculation into `@modelfusion/cost-calculation` package. Thanks [@jakedetels](https://github.com/jakedetels) for the refactoring!

## v0.136.0 - 2024-02-07

### Added
Expand Down
2 changes: 1 addition & 1 deletion packages/modelfusion/package.json
@@ -1,7 +1,7 @@
{
"name": "modelfusion",
"description": "The TypeScript library for building AI applications.",
"version": "0.136.0",
"version": "0.137.0",
"author": "Lars Grammel",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion test-environments/commonjs/package.json
Expand Up @@ -6,7 +6,7 @@
"start": "node src/index.js"
},
"dependencies": {
"modelfusion": "0.136.0",
"modelfusion": "0.137.0",
"dotenv": "16.3.1"
}
}
2 changes: 1 addition & 1 deletion test-environments/esm/package.json
Expand Up @@ -7,7 +7,7 @@
"start": "node src/index.js"
},
"dependencies": {
"modelfusion": "0.136.0",
"modelfusion": "0.137.0",
"dotenv": "16.3.1"
}
}

0 comments on commit 9de9cde

Please sign in to comment.