diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e9c912..a5a9f78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## Changelog for v0.1.0-alpha.6 + +* fix: fix DSE opcode return section +* fix: fix func opcode and call opcode +* refactor: simplify provide API and fix provide function bug ## Changelog for v0.1.0-alpha.5 * refactor: simplify internal API and update documentation diff --git a/package.json b/package.json index 0fd7266..cf92c74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lightvm", - "version": "v0.1.0-alpha.5", + "version": "v0.1.0-alpha.6", "description": "A capability-based virtual machine designed for secure, predictable, and optimized bytecode execution.", "author": "SoTeen Studio", "license": "Apache-2.0",