chore(release): publish

- @napi-rs/cli@3.0.0-alpha.25
This commit is contained in:
LongYinan 2023-12-28 12:38:00 +08:00
parent 72afe03aa4
commit 958ba74aff
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7
2 changed files with 7 additions and 1 deletions

View file

@ -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.25](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.24...@napi-rs/cli@3.0.0-alpha.25) (2023-12-28)
### Bug Fixes
- **cli:** compatible with napi artifacts -d option ([#1872](https://github.com/napi-rs/napi-rs/issues/1872)) ([72afe03](https://github.com/napi-rs/napi-rs/commit/72afe03aa4c097ecf14f43d9558f6af4db0e1546))
# [3.0.0-alpha.24](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.23...@napi-rs/cli@3.0.0-alpha.24) (2023-12-26) # [3.0.0-alpha.24](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.23...@napi-rs/cli@3.0.0-alpha.24) (2023-12-26)
### Features ### Features

View file

@ -1,6 +1,6 @@
{ {
"name": "@napi-rs/cli", "name": "@napi-rs/cli",
"version": "3.0.0-alpha.24", "version": "3.0.0-alpha.25",
"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",