Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Metelkin committed Oct 30, 2023
1 parent cbf3a64 commit 2ee755f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 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.6.20

- support webpack: do not use constructor.name
- fix `heta init -s`
- more info when id is skipped
- fix meta files in `heta build`

## 0.6.19

- update syntax of RCT A > B together with A => B
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.6.19",
"version": "0.6.20",
"description": "Programming platform for Quantitative Systems Pharmacology modeling in NodeJS",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 2ee755f

Please sign in to comment.