chore(release): publish
- @napi-rs/wasm-runtime@0.2.3
This commit is contained in:
parent
521bc12e43
commit
71f78cb430
2 changed files with 7 additions and 1 deletions
|
@ -3,6 +3,12 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.2.3](https://github.com/napi-rs/napi-rs/compare/@napi-rs/wasm-runtime@0.2.2...@napi-rs/wasm-runtime@0.2.3) (2024-04-23)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- **wasm-runtime:** missing fs-proxy.cjs ([521bc12](https://github.com/napi-rs/napi-rs/commit/521bc12e43aa718a66fdab3c9b8045a118e073d5))
|
||||
|
||||
## [0.2.1](https://github.com/napi-rs/napi-rs/compare/@napi-rs/wasm-runtime@0.2.0...@napi-rs/wasm-runtime@0.2.1) (2024-04-22)
|
||||
|
||||
### Bug Fixes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@napi-rs/wasm-runtime",
|
||||
"version": "0.2.2",
|
||||
"version": "0.2.3",
|
||||
"type": "module",
|
||||
"description": "Runtime and polyfill for wasm targets",
|
||||
"author": {
|
||||
|
|
Loading…
Reference in a new issue