From 5b9f86fea06d37f6bd61f543b987c46d0e1c0738 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Wed, 17 Jan 2024 00:59:12 +0800 Subject: [PATCH] chore(release): publish - @napi-rs/cli@3.0.0-alpha.36 - @napi-rs/wasm-runtime@0.1.1 --- cli/CHANGELOG.md | 6 ++++++ cli/package.json | 2 +- wasm-runtime/CHANGELOG.md | 6 ++++++ wasm-runtime/package.json | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 643ca249..36d3b77e 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.36](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.35...@napi-rs/cli@3.0.0-alpha.36) (2024-01-16) + +### Bug Fixes + +- **cli,wasm-runtime:** dependencies ([#1905](https://github.com/napi-rs/napi-rs/issues/1905)) ([44dc39f](https://github.com/napi-rs/napi-rs/commit/44dc39f1f0d073f8a768e84c8d5aa4783d90b247)) + # [3.0.0-alpha.35](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.34...@napi-rs/cli@3.0.0-alpha.35) (2024-01-16) ### Features diff --git a/cli/package.json b/cli/package.json index 2a7212a2..110e2330 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@napi-rs/cli", - "version": "3.0.0-alpha.35", + "version": "3.0.0-alpha.36", "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 2d709a5c..62a74c81 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.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 + +- **cli,wasm-runtime:** dependencies ([#1905](https://github.com/napi-rs/napi-rs/issues/1905)) ([44dc39f](https://github.com/napi-rs/napi-rs/commit/44dc39f1f0d073f8a768e84c8d5aa4783d90b247)) + # 0.1.0 (2024-01-16) ### Features diff --git a/wasm-runtime/package.json b/wasm-runtime/package.json index 7b29bbac..a69ca5db 100644 --- a/wasm-runtime/package.json +++ b/wasm-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@napi-rs/wasm-runtime", - "version": "0.1.0", + "version": "0.1.1", "type": "module", "description": "Runtime and polyfill for wasm targets", "author": {