From 885d03d3ad382a63c7f807d1b945d6caa817baf3 Mon Sep 17 00:00:00 2001 From: forehal Date: Thu, 6 Apr 2023 11:06:13 +0800 Subject: [PATCH] chore: publish - @napi-rs/cli@3.0.0-alpha.0 - @napi-rs/triples@2.0.0-alpha.0 --- cli/CHANGELOG.md | 10 ++++++++++ cli/package.json | 2 +- triples/CHANGELOG.md | 10 ++++++++++ triples/package.json | 2 +- 4 files changed, 22 insertions(+), 2 deletions(-) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index a1e6a46e..b328f17c 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -3,6 +3,16 @@ 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.0](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@2.15.2...@napi-rs/cli@3.0.0-alpha.0) (2023-04-06) + +### Features + +- **cli:** brand new cli tool with both cli and programmatical usage ([#1492](https://github.com/napi-rs/napi-rs/issues/1492)) ([a781a4f](https://github.com/napi-rs/napi-rs/commit/a781a4f27e19ffaf3e42a470a6d4a990c34c9e3b)) + +### BREAKING CHANGES + +- **cli:** requires node >= 16 and some cli options have been renamed + ## [2.15.2](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@2.15.1...@napi-rs/cli@2.15.2) (2023-03-22) ### Bug Fixes diff --git a/cli/package.json b/cli/package.json index 1dd88201..62935a79 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@napi-rs/cli", - "version": "2.15.2", + "version": "3.0.0-alpha.0", "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 fdc31e39..a5803096 100644 --- a/triples/CHANGELOG.md +++ b/triples/CHANGELOG.md @@ -3,6 +3,16 @@ 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.0](https://github.com/napi-rs/napi-rs/compare/@napi-rs/triples@1.1.0...@napi-rs/triples@2.0.0-alpha.0) (2023-04-06) + +### Features + +- **cli:** brand new cli tool with both cli and programmatical usage ([#1492](https://github.com/napi-rs/napi-rs/issues/1492)) ([a781a4f](https://github.com/napi-rs/napi-rs/commit/a781a4f27e19ffaf3e42a470a6d4a990c34c9e3b)) + +### BREAKING CHANGES + +- **cli:** requires node >= 16 and some cli options have been renamed + # [1.1.0](https://github.com/napi-rs/napi-rs/compare/@napi-rs/triples@1.0.3...@napi-rs/triples@1.1.0) (2021-12-02) ### Features diff --git a/triples/package.json b/triples/package.json index 0f340724..c19f23e9 100644 --- a/triples/package.json +++ b/triples/package.json @@ -1,6 +1,6 @@ { "name": "@napi-rs/triples", - "version": "1.1.0", + "version": "2.0.0-alpha.0", "description": "Rust target triples objects", "keywords": [ "Rust",