chore: publish

- @napi-rs/cli@2.10.0
This commit is contained in:
LongYinan 2022-06-10 18:24:43 +08:00
parent 90184ef552
commit df5bb1ae30
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. 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.10.0](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@2.9.0...@napi-rs/cli@2.10.0) (2022-06-10)
### Bug Fixes
- **cli:** parse host target triple from `rustc -vV` ([#1191](https://github.com/napi-rs/napi-rs/issues/1191)) ([beb7511](https://github.com/napi-rs/napi-rs/commit/beb75111fcf46f60edfc00d83f6141a67f145cb3))
### Features
- **cli:** upgrade new project template to yarn3 ([8f6a10c](https://github.com/napi-rs/napi-rs/commit/8f6a10c89a33cc61655ee204684d5535b51dd931))
# [2.9.0](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@2.8.0...@napi-rs/cli@2.9.0) (2022-05-14) # [2.9.0](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@2.8.0...@napi-rs/cli@2.9.0) (2022-05-14)
### Features ### Features

View file

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