From a54b759bb1767d0b45968ea4acf795de78af268a Mon Sep 17 00:00:00 2001 From: LongYinan Date: Tue, 23 Apr 2024 14:34:12 +0800 Subject: [PATCH] chore(release): publish - @napi-rs/cli@3.0.0-alpha.54 - @napi-rs/triples@2.0.0-alpha.16 --- cli/CHANGELOG.md | 6 ++++++ cli/package.json | 2 +- triples/CHANGELOG.md | 4 ++++ triples/package.json | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 36cfc636..bf2f094f 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.54](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.53...@napi-rs/cli@3.0.0-alpha.54) (2024-04-23) + +### Bug Fixes + +- **cli:** non-fs polyfilled browser worker binding ([#2067](https://github.com/napi-rs/napi-rs/issues/2067)) ([3e44ae3](https://github.com/napi-rs/napi-rs/commit/3e44ae3c160f28f4c1087c80da712c7a86608693)) + # [3.0.0-alpha.52](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.51...@napi-rs/cli@3.0.0-alpha.52) (2024-04-22) ### Bug Fixes diff --git a/cli/package.json b/cli/package.json index b1cc7f02..5dfa21bf 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@napi-rs/cli", - "version": "3.0.0-alpha.53", + "version": "3.0.0-alpha.54", "description": "Cli tools for napi-rs", "author": "LongYinan ", "homepage": "https://github.com/napi-rs/napi-rs", diff --git a/triples/CHANGELOG.md b/triples/CHANGELOG.md index 621e93b1..52034767 100644 --- a/triples/CHANGELOG.md +++ b/triples/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. +# [2.0.0-alpha.16](https://github.com/napi-rs/napi-rs/compare/@napi-rs/triples@2.0.0-alpha.15...@napi-rs/triples@2.0.0-alpha.16) (2024-04-23) + +**Note:** Version bump only for package @napi-rs/triples + # [2.0.0-alpha.14](https://github.com/napi-rs/napi-rs/compare/@napi-rs/triples@2.0.0-alpha.13...@napi-rs/triples@2.0.0-alpha.14) (2024-04-22) **Note:** Version bump only for package @napi-rs/triples diff --git a/triples/package.json b/triples/package.json index c53d46d9..f5485de5 100644 --- a/triples/package.json +++ b/triples/package.json @@ -1,6 +1,6 @@ { "name": "@napi-rs/triples", - "version": "2.0.0-alpha.15", + "version": "2.0.0-alpha.16", "description": "Rust target triples objects", "keywords": [ "Rust",