chore(release): publish
- @napi-rs/cli@3.0.0-alpha.49 - @napi-rs/triples@2.0.0-alpha.11
This commit is contained in:
parent
0e60651149
commit
27134b8ca4
4 changed files with 16 additions and 2 deletions
|
@ -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.
|
||||
|
||||
# [3.0.0-alpha.49](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.48...@napi-rs/cli@3.0.0-alpha.49) (2024-04-16)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- **cli:** wasi targets linker envs ([#2044](https://github.com/napi-rs/napi-rs/issues/2044)) ([a2d78fa](https://github.com/napi-rs/napi-rs/commit/a2d78fadf9cdafe42ef5cae2efbd48077fa31000))
|
||||
|
||||
### Features
|
||||
|
||||
- **cli:** allow to define dtsHeader in napi config ([#2045](https://github.com/napi-rs/napi-rs/issues/2045)) ([b3dd946](https://github.com/napi-rs/napi-rs/commit/b3dd94649af82f872648056ce447ee02d4cdddb4))
|
||||
|
||||
# [3.0.0-alpha.48](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.47...@napi-rs/cli@3.0.0-alpha.48) (2024-04-15)
|
||||
|
||||
### Features
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@napi-rs/cli",
|
||||
"version": "3.0.0-alpha.48",
|
||||
"version": "3.0.0-alpha.49",
|
||||
"description": "Cli tools for napi-rs",
|
||||
"author": "LongYinan <lynweklm@gmail.com>",
|
||||
"homepage": "https://github.com/napi-rs/napi-rs",
|
||||
|
|
|
@ -3,6 +3,10 @@
|
|||
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.11](https://github.com/napi-rs/napi-rs/compare/@napi-rs/triples@2.0.0-alpha.10...@napi-rs/triples@2.0.0-alpha.11) (2024-04-16)
|
||||
|
||||
**Note:** Version bump only for package @napi-rs/triples
|
||||
|
||||
# [2.0.0-alpha.10](https://github.com/napi-rs/napi-rs/compare/@napi-rs/triples@2.0.0-alpha.9...@napi-rs/triples@2.0.0-alpha.10) (2024-04-15)
|
||||
|
||||
**Note:** Version bump only for package @napi-rs/triples
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@napi-rs/triples",
|
||||
"version": "2.0.0-alpha.10",
|
||||
"version": "2.0.0-alpha.11",
|
||||
"description": "Rust target triples objects",
|
||||
"keywords": [
|
||||
"Rust",
|
||||
|
|
Loading…
Reference in a new issue