chore(release): publish

- @napi-rs/cli@3.0.0-alpha.37
This commit is contained in:
LongYinan 2024-02-12 16:11:22 +08:00
parent da2f412d79
commit f60c465950
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7
2 changed files with 8 additions and 1 deletions

View file

@ -3,6 +3,13 @@
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.37](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.36...@napi-rs/cli@3.0.0-alpha.37) (2024-02-12)
### Bug Fixes
- **cli:** log more wasi load errors ([ff2ccc9](https://github.com/napi-rs/napi-rs/commit/ff2ccc9f37aa8f73a34ebbc303bc60b7f49a3156))
- **cli:** setup cxx env while using napi-cross ([#1942](https://github.com/napi-rs/napi-rs/issues/1942)) ([0205fd9](https://github.com/napi-rs/napi-rs/commit/0205fd976ea7616fab35db3403f65da048b90a41))
# [3.0.0-alpha.36](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.35...@napi-rs/cli@3.0.0-alpha.36) (2024-01-16)
### Bug Fixes

View file

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