From 35b9637151a91471976d04937bbaa49a9690130b Mon Sep 17 00:00:00 2001 From: LongYinan Date: Thu, 21 Mar 2024 15:08:50 +0800 Subject: [PATCH] chore(release): publish - @napi-rs/cli@3.0.0-alpha.44 - @napi-rs/wasm-runtime@0.1.2 --- cli/CHANGELOG.md | 6 ++++++ cli/package.json | 2 +- wasm-runtime/CHANGELOG.md | 4 ++++ wasm-runtime/package.json | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index f0f268b8..3705d1d7 100644 --- a/cli/CHANGELOG.md +++ b/cli/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. +# [3.0.0-alpha.44](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.43...@napi-rs/cli@3.0.0-alpha.44) (2024-03-21) + +### Bug Fixes + +- **deps:** update dependency emnapi to v1.1.0 ([#2006](https://github.com/napi-rs/napi-rs/issues/2006)) ([e2b1a3e](https://github.com/napi-rs/napi-rs/commit/e2b1a3e3d9328027e7b1e140230b99837f7761fe)) + # [3.0.0-alpha.43](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.42...@napi-rs/cli@3.0.0-alpha.43) (2024-02-28) ### Bug Fixes diff --git a/cli/package.json b/cli/package.json index 4b7d192b..51cadaeb 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@napi-rs/cli", - "version": "3.0.0-alpha.43", + "version": "3.0.0-alpha.44", "description": "Cli tools for napi-rs", "author": "LongYinan ", "homepage": "https://github.com/napi-rs/napi-rs", diff --git a/wasm-runtime/CHANGELOG.md b/wasm-runtime/CHANGELOG.md index 62a74c81..953e8c58 100644 --- a/wasm-runtime/CHANGELOG.md +++ b/wasm-runtime/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.2](https://github.com/napi-rs/napi-rs/compare/@napi-rs/wasm-runtime@0.1.1...@napi-rs/wasm-runtime@0.1.2) (2024-03-21) + +**Note:** Version bump only for package @napi-rs/wasm-runtime + ## [0.1.1](https://github.com/napi-rs/napi-rs/compare/@napi-rs/wasm-runtime@0.1.0...@napi-rs/wasm-runtime@0.1.1) (2024-01-16) ### Bug Fixes diff --git a/wasm-runtime/package.json b/wasm-runtime/package.json index 13a93d5e..71b4bdac 100644 --- a/wasm-runtime/package.json +++ b/wasm-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@napi-rs/wasm-runtime", - "version": "0.1.1", + "version": "0.1.2", "type": "module", "description": "Runtime and polyfill for wasm targets", "author": {