chore: publish

- @napi-rs/cli@2.14.0
This commit is contained in:
LongYinan 2022-12-25 20:28:31 +08:00
parent bc41c9778f
commit 1e8d20a559
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7
2 changed files with 7 additions and 1 deletions

View file

@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [2.14.0](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@2.13.3...@napi-rs/cli@2.14.0) (2022-12-25)
### Features
- **cli:** add --zig-link-only option ([#1400](https://github.com/napi-rs/napi-rs/issues/1400)) ([bc41c97](https://github.com/napi-rs/napi-rs/commit/bc41c9778f152aba9663b105f8259c3a3bb692a2))
## [2.13.3](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@2.13.2...@napi-rs/cli@2.13.3) (2022-12-15) ## [2.13.3](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@2.13.2...@napi-rs/cli@2.13.3) (2022-12-15)
### Bug Fixes ### Bug Fixes

View file

@ -1,6 +1,6 @@
{ {
"name": "@napi-rs/cli", "name": "@napi-rs/cli",
"version": "2.13.3", "version": "2.14.0",
"description": "Cli tools for napi-rs", "description": "Cli tools for napi-rs",
"keywords": [ "keywords": [
"cli", "cli",