From a14cfa1051f13692838de6beb25274e33a22c4d7 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Mon, 11 Dec 2023 10:52:26 +0800 Subject: [PATCH] chore(release): publish - @napi-rs/cli@3.0.0-alpha.16 --- 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 e034805e..a46330d4 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. +# [3.0.0-alpha.16](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.15...@napi-rs/cli@3.0.0-alpha.16) (2023-12-11) + +### Bug Fixes + +- **napi-derive,cli:** register function cross crates ([#1848](https://github.com/napi-rs/napi-rs/issues/1848)) ([dab4ce7](https://github.com/napi-rs/napi-rs/commit/dab4ce7fe0020f3187ee139d63726197c46535b1)) + # [3.0.0-alpha.15](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.14...@napi-rs/cli@3.0.0-alpha.15) (2023-12-08) ### Bug Fixes diff --git a/cli/package.json b/cli/package.json index 8750fe0f..9d1933f6 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@napi-rs/cli", - "version": "3.0.0-alpha.15", + "version": "3.0.0-alpha.16", "description": "Cli tools for napi-rs", "author": "LongYinan ", "homepage": "https://github.com/napi-rs/napi-rs",