From c3b49f0ca6a199029c4a8a893594d0b76c2a6d01 Mon Sep 17 00:00:00 2001 From: forehal Date: Thu, 6 Apr 2023 19:22:39 +0800 Subject: [PATCH] chore: publish - @napi-rs/cli@3.0.0-alpha.2 --- cli/CHANGELOG.md | 4 ++++ cli/package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index cce6d4cb95..f091c94f62 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.2](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.1...@napi-rs/cli@3.0.0-alpha.2) (2023-04-06) + +**Note:** Version bump only for package @napi-rs/cli + # [3.0.0-alpha.1](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.0...@napi-rs/cli@3.0.0-alpha.1) (2023-04-06) ### Bug Fixes diff --git a/cli/package.json b/cli/package.json index b1794dfea8..7e299c53c8 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@napi-rs/cli", - "version": "3.0.0-alpha.1", + "version": "3.0.0-alpha.2", "description": "Cli tools for napi-rs", "author": "LongYinan ", "homepage": "https://github.com/napi-rs/napi-rs",