diff --git a/js/packages/truapi-host/CHANGELOG.md b/js/packages/truapi-host/CHANGELOG.md new file mode 100644 index 00000000..661b48f9 --- /dev/null +++ b/js/packages/truapi-host/CHANGELOG.md @@ -0,0 +1,7 @@ +# @parity/truapi-host + +## 0.1.0 + +### Minor Changes + +- Initial public release of `@parity/truapi-host`: a WASM-backed TrUAPI host runtime that embeds the Rust core. Subpath entries expose the shared host types (`.`), the browser iframe + Web Worker runtime (`/web`), the Worker entry (`/worker-runtime`), and the packaged WASM bundle (`/wasm/web`).