chore(release): publish
- @napi-rs/cli@3.0.0-alpha.14 - @napi-rs/triples@2.0.0-alpha.6
This commit is contained in:
parent
f43d483090
commit
3ecb11f35d
4 changed files with 12 additions and 2 deletions
|
@ -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.
|
||||||
|
|
||||||
|
# [3.0.0-alpha.14](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.13...@napi-rs/cli@3.0.0-alpha.14) (2023-12-07)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- **cli:** --features and --no-default-features should not be exclusive ([#1846](https://github.com/napi-rs/napi-rs/issues/1846)) ([f43d483](https://github.com/napi-rs/napi-rs/commit/f43d483090008a63716459a5a19b38772bd4d1f8))
|
||||||
|
|
||||||
# [3.0.0-alpha.13](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.12...@napi-rs/cli@3.0.0-alpha.13) (2023-12-06)
|
# [3.0.0-alpha.13](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.12...@napi-rs/cli@3.0.0-alpha.13) (2023-12-06)
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@napi-rs/cli",
|
"name": "@napi-rs/cli",
|
||||||
"version": "3.0.0-alpha.13",
|
"version": "3.0.0-alpha.14",
|
||||||
"description": "Cli tools for napi-rs",
|
"description": "Cli tools for napi-rs",
|
||||||
"author": "LongYinan <lynweklm@gmail.com>",
|
"author": "LongYinan <lynweklm@gmail.com>",
|
||||||
"homepage": "https://github.com/napi-rs/napi-rs",
|
"homepage": "https://github.com/napi-rs/napi-rs",
|
||||||
|
|
|
@ -3,6 +3,10 @@
|
||||||
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-alpha.6](https://github.com/napi-rs/napi-rs/compare/@napi-rs/triples@2.0.0-alpha.5...@napi-rs/triples@2.0.0-alpha.6) (2023-12-07)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @napi-rs/triples
|
||||||
|
|
||||||
# [2.0.0-alpha.5](https://github.com/napi-rs/napi-rs/compare/@napi-rs/triples@2.0.0-alpha.4...@napi-rs/triples@2.0.0-alpha.5) (2023-11-20)
|
# [2.0.0-alpha.5](https://github.com/napi-rs/napi-rs/compare/@napi-rs/triples@2.0.0-alpha.4...@napi-rs/triples@2.0.0-alpha.5) (2023-11-20)
|
||||||
|
|
||||||
**Note:** Version bump only for package @napi-rs/triples
|
**Note:** Version bump only for package @napi-rs/triples
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@napi-rs/triples",
|
"name": "@napi-rs/triples",
|
||||||
"version": "2.0.0-alpha.5",
|
"version": "2.0.0-alpha.6",
|
||||||
"description": "Rust target triples objects",
|
"description": "Rust target triples objects",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Rust",
|
"Rust",
|
||||||
|
|
Loading…
Add table
Reference in a new issue