Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
metelkin committed Jun 21, 2024
1 parent c917a58 commit 75ea155
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.8.4

- support `defineFunction` in all exports
- fix SBML import: local parameters for L2, avogadro, bugs
- update uproach for checking next heta version
- remove `heta update` command

## 0.8.3

- Update syntax of units `(m)^2`
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.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "heta-compiler",
"version": "0.8.3",
"version": "0.8.4",
"description": "Programming platform for Quantitative Systems Pharmacology modeling in NodeJS",
"main": "src/index.js",
"scripts": {
Expand All @@ -25,8 +25,7 @@
"bin": {
"heta": "bin/heta.js",
"heta-build": "bin/heta-build.js",
"heta-init": "bin/heta-init.js",
"heta-update": "bin/heta-update.js"
"heta-init": "bin/heta-init.js"
},
"dependencies": {
"@insysbio/topo-sort": "^1.0.1",
Expand Down

0 comments on commit 75ea155

Please sign in to comment.