chore(release): publish

- @napi-rs/cli@3.0.0-alpha.48
 - @napi-rs/triples@2.0.0-alpha.10
This commit is contained in:
LongYinan 2024-04-15 23:20:08 +08:00
parent 19dbadefba
commit 4544095425
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7
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.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
- **cli:** allow control the wasm Memory options via napi config ([#2038](https://github.com/napi-rs/napi-rs/issues/2038)) ([cc937e1](https://github.com/napi-rs/napi-rs/commit/cc937e1dbabcbc05bcb026126f82fe842554891d))
# [3.0.0-alpha.47](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.45...@napi-rs/cli@3.0.0-alpha.47) (2024-04-13)
### Bug Fixes

View file

@ -1,6 +1,6 @@
{
"name": "@napi-rs/cli",
"version": "3.0.0-alpha.47",
"version": "3.0.0-alpha.48",
"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.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
# [2.0.0-alpha.9](https://github.com/napi-rs/napi-rs/compare/@napi-rs/triples@2.0.0-alpha.5...@napi-rs/triples@2.0.0-alpha.9) (2024-04-13)
### Bug Fixes

View file

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