From f57651f7493249a6520109a2f73f111a8d9bd618 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Tue, 16 Nov 2021 14:11:56 +0800 Subject: [PATCH] chore: publish - @napi-rs/cli@2.0.0-alpha.5 --- cli/CHANGELOG.md | 10 ++++++++++ cli/package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 143b93b9..ec4461aa 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. +# [2.0.0-alpha.5](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@2.0.0-alpha.4...@napi-rs/cli@2.0.0-alpha.5) (2021-11-16) + +### Bug Fixes + +- always add a newline at the end of the file when generating js-binding.js ([753bb1e](https://github.com/napi-rs/napi-rs/commit/753bb1e31b375bb546523d372bcc0a079bae3ed5)) + +### Features + +- **napi:** add pipe flag to pipe the generated files into custom command ([e37c3fd](https://github.com/napi-rs/napi-rs/commit/e37c3fd9089d13c7ee34109ad779b50c77f1b761)) + # [2.0.0-alpha.4](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@2.0.0-alpha.3...@napi-rs/cli@2.0.0-alpha.4) (2021-11-09) ### Features diff --git a/cli/package.json b/cli/package.json index 1bcdb73b..6539ae51 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@napi-rs/cli", - "version": "2.0.0-alpha.4", + "version": "2.0.0-alpha.5", "description": "Cli tools for napi-rs", "keywords": ["cli", "rust", "napi", "n-api", "neon"], "author": "LongYinan ",