chore: publish

- @napi-rs/cli@2.0.0-beta.0
 - @napi-rs/triples@1.1.0
This commit is contained in:
LongYinan 2021-12-02 14:32:01 +08:00
parent 221eae1c26
commit 4fe1f58e4d
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7
4 changed files with 16 additions and 2 deletions

View file

@ -3,6 +3,14 @@
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.0.0-beta.0](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@2.0.0-alpha.12...@napi-rs/cli@2.0.0-beta.0) (2021-12-02)
### Features
- **cli:** fail the pipeline if artifacts not been built ([5f22203](https://github.com/napi-rs/napi-rs/commit/5f222038d316b5e5b6ca2a1debd69e7c26843704))
- **cli:** support android armv7 target ([68b0483](https://github.com/napi-rs/napi-rs/commit/68b0483c81c5cbddc7b0294ae36772701549cbe2))
- **napi:** support TypedArray input and output ([d9c53d7](https://github.com/napi-rs/napi-rs/commit/d9c53d728be02b01f0e2ff19845cd652068f9303))
# [2.0.0-alpha.12](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@2.0.0-alpha.11...@napi-rs/cli@2.0.0-alpha.12) (2021-11-30) # [2.0.0-alpha.12](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@2.0.0-alpha.11...@napi-rs/cli@2.0.0-alpha.12) (2021-11-30)
### Features ### Features

View file

@ -1,6 +1,6 @@
{ {
"name": "@napi-rs/cli", "name": "@napi-rs/cli",
"version": "2.0.0-alpha.12", "version": "2.0.0-beta.0",
"description": "Cli tools for napi-rs", "description": "Cli tools for napi-rs",
"keywords": ["cli", "rust", "napi", "n-api", "neon"], "keywords": ["cli", "rust", "napi", "n-api", "neon"],
"author": "LongYinan <lynweklm@gmail.com>", "author": "LongYinan <lynweklm@gmail.com>",

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.
# [1.1.0](https://github.com/napi-rs/napi-rs/compare/@napi-rs/triples@1.0.3...@napi-rs/triples@1.1.0) (2021-12-02)
### Features
- **triples:** support android armv7 ([809350b](https://github.com/napi-rs/napi-rs/commit/809350b42ff4b3abca421c421a4049053d2e60cb))
## 1.0.3 (2021-07-22) ## 1.0.3 (2021-07-22)
### Chore ### Chore

View file

@ -1,6 +1,6 @@
{ {
"name": "@napi-rs/triples", "name": "@napi-rs/triples",
"version": "1.0.3", "version": "1.1.0",
"description": "Rust target triples objects", "description": "Rust target triples objects",
"keywords": ["Rust", "cross-compile", "napi", "n-api", "node-rs", "napi-rs"], "keywords": ["Rust", "cross-compile", "napi", "n-api", "node-rs", "napi-rs"],
"author": "LongYinan <lynweklm@gmail.com>", "author": "LongYinan <lynweklm@gmail.com>",