From 71f78cb430424e644ff4a0ceb14e425830d37be3 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Tue, 23 Apr 2024 12:24:57 +0800 Subject: [PATCH] chore(release): publish - @napi-rs/wasm-runtime@0.2.3 --- wasm-runtime/CHANGELOG.md | 6 ++++++ wasm-runtime/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/wasm-runtime/CHANGELOG.md b/wasm-runtime/CHANGELOG.md index 9332e18c..f6018416 100644 --- a/wasm-runtime/CHANGELOG.md +++ b/wasm-runtime/CHANGELOG.md @@ -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 diff --git a/wasm-runtime/package.json b/wasm-runtime/package.json index 4f1c1209..77c05c45 100644 --- a/wasm-runtime/package.json +++ b/wasm-runtime/package.json @@ -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": {