Skip to content

Commit

Permalink
Update to v0.8.13
Browse files Browse the repository at this point in the history
  • Loading branch information
StefansArya committed Mar 14, 2023
1 parent 9c9e6d7 commit 6203460
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.8.13

### Bug Fix
- Fix error for event and function node
- Fix imported instance event

### Feature
- Add experimental code generation

# 0.8.12

### Bug Fix
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@blackprint/engine",
"description": "Blackprint engine for JavaScript environment",
"version": "0.8.12",
"version": "0.8.13",
"author": "Blackprint",
"license": "MIT",
"repository": {
Expand All @@ -22,6 +22,7 @@
"import": "./dist/engine.mjs"
},
"./es6-https-loader": "./es6-https-loader.mjs",
"./codegen": "./dist/codegen.min.js",
"./skeleton": {
"types": "./src/skeleton/index.d.ts",
"require": "./dist/skeleton.min.js",
Expand Down

0 comments on commit 6203460

Please # to comment.