From f0617ae1292e49a3bf98638febf737560ef1ed07 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Sun, 21 Nov 2021 21:40:05 +0800 Subject: [PATCH] chore: publish - @napi-rs/cli@2.0.0-alpha.9 --- cli/CHANGELOG.md | 6 ++++++ cli/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index b222c641..90790a1d 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. +# [2.0.0-alpha.9](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@2.0.0-alpha.8...@napi-rs/cli@2.0.0-alpha.9) (2021-11-21) + +### Bug Fixes + +- **cli:** wrong release assets content ([458c5c9](https://github.com/napi-rs/napi-rs/commit/458c5c94574a6ee3563bc8c9953f09b74d794bdc)) + # [2.0.0-alpha.8](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@2.0.0-alpha.7...@napi-rs/cli@2.0.0-alpha.8) (2021-11-21) ### Features diff --git a/cli/package.json b/cli/package.json index d16cb1be..8cfa9a3f 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@napi-rs/cli", - "version": "2.0.0-alpha.8", + "version": "2.0.0-alpha.9", "description": "Cli tools for napi-rs", "keywords": ["cli", "rust", "napi", "n-api", "neon"], "author": "LongYinan ",