Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
metelkin committed Dec 4, 2024
1 parent eafebe2 commit 2463b10
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 0.9.2

- remove logLevel option from `platform.yaml`, use `--log-level info` instead in CLI
- fix bug with SBML import when use `<initialAssignment>`
- fix bug with Simbio export with zero outputs
- add Avogadro as base unit

- documentation updates

## 0.9.1

- more information in error messages
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "heta-compiler",
"version": "0.9.1",
"version": "0.9.2",
"description": "Programming platform for Quantitative Systems Pharmacology modeling in NodeJS",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 2463b10

Please sign in to comment.