Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
metelkin committed Sep 27, 2024
1 parent fed3df0 commit 37acde4
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 18 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.1.11

- update heta-compiler v0.9.0
- use default `Builder`
- update syntax for platform.yml, .heta
- use relative paths for all files

## 0.1.10

- update heta-compiler v0.8.7
Expand Down
49 changes: 34 additions & 15 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "heta-online",
"version": "0.1.10",
"version": "0.1.11",
"description": "Web tool for converting Heta code to different languages.",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"@viz-js/viz": "^3.2.3",
"heta-compiler": "github:hetalang/heta-compiler#relative-paths",
"heta-compiler": "^0.9.0",
"jquery": "^3.7.0",
"js-yaml": "^4.1.0",
"jszip": "^3.10.1",
Expand Down
2 changes: 1 addition & 1 deletion src/heta-templates/platform.yml.template.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default `{
keywords: [],
license: UNLICENSED,
contributors: [],
builderVersion: ^0.8.7,
builderVersion: ^0.9.0,
options: {
debug: false,
logPath: output.log,
Expand Down

0 comments on commit 37acde4

Please sign in to comment.