From 3ecb11f35dd0a45bd96b6f0653f5974043498031 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Thu, 7 Dec 2023 22:58:46 +0800 Subject: [PATCH] chore(release): publish - @napi-rs/cli@3.0.0-alpha.14 - @napi-rs/triples@2.0.0-alpha.6 --- 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 a88b6ee2..da697c82 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.14](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.13...@napi-rs/cli@3.0.0-alpha.14) (2023-12-07) + +### Bug Fixes + +- **cli:** --features and --no-default-features should not be exclusive ([#1846](https://github.com/napi-rs/napi-rs/issues/1846)) ([f43d483](https://github.com/napi-rs/napi-rs/commit/f43d483090008a63716459a5a19b38772bd4d1f8)) + # [3.0.0-alpha.13](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.12...@napi-rs/cli@3.0.0-alpha.13) (2023-12-06) ### Bug Fixes diff --git a/cli/package.json b/cli/package.json index 0f37de8a..0c7d9e88 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@napi-rs/cli", - "version": "3.0.0-alpha.13", + "version": "3.0.0-alpha.14", "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 009a2b1c..bf6af6d4 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.6](https://github.com/napi-rs/napi-rs/compare/@napi-rs/triples@2.0.0-alpha.5...@napi-rs/triples@2.0.0-alpha.6) (2023-12-07) + +**Note:** Version bump only for package @napi-rs/triples + # [2.0.0-alpha.5](https://github.com/napi-rs/napi-rs/compare/@napi-rs/triples@2.0.0-alpha.4...@napi-rs/triples@2.0.0-alpha.5) (2023-11-20) **Note:** Version bump only for package @napi-rs/triples diff --git a/triples/package.json b/triples/package.json index 1fc86d07..b1ec4360 100644 --- a/triples/package.json +++ b/triples/package.json @@ -1,6 +1,6 @@ { "name": "@napi-rs/triples", - "version": "2.0.0-alpha.5", + "version": "2.0.0-alpha.6", "description": "Rust target triples objects", "keywords": [ "Rust",