chore: publish

- @napi-rs/cli@2.0.0-alpha.5
This commit is contained in:
LongYinan 2021-11-16 14:11:56 +08:00
parent 0743ced07a
commit f57651f749
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7
2 changed files with 11 additions and 1 deletions

View file

@ -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

View file

@ -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 <lynweklm@gmail.com>",