From b8f96d517db224b39bb25f6defe9464fa37784e7 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Sun, 7 Aug 2022 16:08:30 +0800 Subject: [PATCH] chore: publish @napi-rs/cli@2.11.0 --- cli/CHANGELOG.md | 8 ++++++++ cli/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index c59e6248..40c7db30 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.11.0](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@2.10.3...@napi-rs/cli@2.11.0) (2022-08-07) + +- feat(cli): support npmClient config by @Brooooooklyn in https://github.com/napi-rs/napi-rs/pull/1253 +- feat(cli): use `CARGO_TARGET_DIR` if set by @amrbashir in https://github.com/napi-rs/napi-rs/pull/1251 +- chore(cli): improve `-.node` doesn't exist warning msg wording by @amrbashir in https://github.com/napi-rs/napi-rs/pull/1254 +- feat(cli): add an option to specify the github release name by @amrbashir in https://github.com/napi-rs/napi-rs/pull/1255 +- feat(cli): allow specifying an existing release by @amrbashir in https://github.com/napi-rs/napi-rs/pull/1256 + ## [2.10.3](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@2.10.2...@napi-rs/cli@2.10.3) (2022-07-27) ### Bug Fixes diff --git a/cli/package.json b/cli/package.json index e77e3d7c..6a3c9598 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@napi-rs/cli", - "version": "2.10.3", + "version": "2.11.0", "description": "Cli tools for napi-rs", "keywords": [ "cli",