From 6a4f4f173db28cf6bab15f193927fe99d3505da8 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Mon, 20 Nov 2023 17:21:37 +0800 Subject: [PATCH] chore(release): publish - @napi-rs/cli@3.0.0-alpha.8 - @napi-rs/triples@2.0.0-alpha.5 --- cli/CHANGELOG.md | 4 ++++ cli/package.json | 2 +- triples/CHANGELOG.md | 4 ++++ triples/package.json | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 00e45a9a..e4316cd4 100644 --- a/cli/CHANGELOG.md +++ b/cli/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. +# [3.0.0-alpha.8](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.7...@napi-rs/cli@3.0.0-alpha.8) (2023-11-20) + +**Note:** Version bump only for package @napi-rs/cli + # [3.0.0-alpha.7](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.6...@napi-rs/cli@3.0.0-alpha.7) (2023-11-08) ### Bug Fixes diff --git a/cli/package.json b/cli/package.json index 8f6ca146..d51f5ad4 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@napi-rs/cli", - "version": "3.0.0-alpha.7", + "version": "3.0.0-alpha.8", "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 68f95bc8..009a2b1c 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.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 + # [2.0.0-alpha.4](https://github.com/napi-rs/napi-rs/compare/@napi-rs/triples@2.0.0-alpha.1...@napi-rs/triples@2.0.0-alpha.4) (2023-11-07) ### Bug Fixes diff --git a/triples/package.json b/triples/package.json index 2f9df2a0..611a56fd 100644 --- a/triples/package.json +++ b/triples/package.json @@ -1,6 +1,6 @@ { "name": "@napi-rs/triples", - "version": "2.0.0-alpha.4", + "version": "2.0.0-alpha.5", "description": "Rust target triples objects", "keywords": [ "Rust",