From a439e2c3e62e45db3a32dca3286e73c415acf0dc Mon Sep 17 00:00:00 2001 From: LongYinan Date: Tue, 16 Jan 2024 23:58:23 +0800 Subject: [PATCH] chore(release): publish - @napi-rs/cli@3.0.0-alpha.35 - @napi-rs/wasm-runtime@0.1.0 --- cli/CHANGELOG.md | 7 +++++++ cli/package.json | 2 +- wasm-runtime/CHANGELOG.md | 10 ++++++++++ wasm-runtime/package.json | 2 +- 4 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 wasm-runtime/CHANGELOG.md diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 2a7fe06e..643ca249 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -3,6 +3,13 @@ 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.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 + +- add wasm runtime package ([#1904](https://github.com/napi-rs/napi-rs/issues/1904)) ([120accd](https://github.com/napi-rs/napi-rs/commit/120accd965f03e1de89d0d9a2fba69b97d70b95c)) +- **cli:** Add support for s390x linux arch in js bindings template ([#1901](https://github.com/napi-rs/napi-rs/issues/1901)) ([ddeaf30](https://github.com/napi-rs/napi-rs/commit/ddeaf30f14c67b2f0dbe50f58a3daae6480ca27a)) + # [3.0.0-alpha.34](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.33...@napi-rs/cli@3.0.0-alpha.34) (2024-01-10) ### Bug Fixes diff --git a/cli/package.json b/cli/package.json index 9899b3ab..2a7212a2 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@napi-rs/cli", - "version": "3.0.0-alpha.34", + "version": "3.0.0-alpha.35", "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 new file mode 100644 index 00000000..2d709a5c --- /dev/null +++ b/wasm-runtime/CHANGELOG.md @@ -0,0 +1,10 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.1.0 (2024-01-16) + +### Features + +- add wasm runtime package ([#1904](https://github.com/napi-rs/napi-rs/issues/1904)) ([120accd](https://github.com/napi-rs/napi-rs/commit/120accd965f03e1de89d0d9a2fba69b97d70b95c)) diff --git a/wasm-runtime/package.json b/wasm-runtime/package.json index 7d4c304a..5bf714bb 100644 --- a/wasm-runtime/package.json +++ b/wasm-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@napi-rs/wasm-runtime", - "version": "0.0.0", + "version": "0.1.0", "type": "module", "description": "Runtime and polyfill for wasm targets", "author": {