chore(release): publish

- @napi-rs/cli@3.0.0-alpha.82
 - @napi-rs/triples@2.0.0-alpha.44
This commit is contained in:
LongYinan 2025-06-03 19:22:17 +08:00
parent d874a46647
commit b3a477cac0
No known key found for this signature in database
4 changed files with 12 additions and 2 deletions

View File

@ -3,6 +3,12 @@
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.82](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.81...@napi-rs/cli@3.0.0-alpha.82) (2025-06-03)
### Bug Fixes
- type generation for shared libs ([#2684](https://github.com/napi-rs/napi-rs/issues/2684)) ([d874a46](https://github.com/napi-rs/napi-rs/commit/d874a4664748d3013c64d2f3f022c5cd6f8624a8))
# [3.0.0-alpha.81](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.80...@napi-rs/cli@3.0.0-alpha.81) (2025-05-29)
### Bug Fixes

View File

@ -1,6 +1,6 @@
{
"name": "@napi-rs/cli",
"version": "3.0.0-alpha.81",
"version": "3.0.0-alpha.82",
"description": "Cli tools for napi-rs",
"author": "LongYinan <lynweklm@gmail.com>",
"homepage": "https://github.com/napi-rs/napi-rs",

View File

@ -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.44](https://github.com/napi-rs/napi-rs/compare/@napi-rs/triples@2.0.0-alpha.43...@napi-rs/triples@2.0.0-alpha.44) (2025-06-03)
**Note:** Version bump only for package @napi-rs/triples
# [2.0.0-alpha.43](https://github.com/napi-rs/napi-rs/compare/@napi-rs/triples@2.0.0-alpha.42...@napi-rs/triples@2.0.0-alpha.43) (2025-05-29)
**Note:** Version bump only for package @napi-rs/triples

View File

@ -1,6 +1,6 @@
{
"name": "@napi-rs/triples",
"version": "2.0.0-alpha.43",
"version": "2.0.0-alpha.44",
"description": "Rust target triples objects",
"keywords": [
"Rust",