chore(release): publish
- @napi-rs/cli@3.0.0-alpha.26 - @napi-rs/triples@2.0.0-alpha.7
This commit is contained in:
parent
b0ba466f95
commit
dc79bb86d0
4 changed files with 15 additions and 2 deletions
|
@ -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.26](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.25...@napi-rs/cli@3.0.0-alpha.26) (2023-12-29)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- **cli:** also load wasm file from packages ([#1876](https://github.com/napi-rs/napi-rs/issues/1876)) ([b0ba466](https://github.com/napi-rs/napi-rs/commit/b0ba466f9521b02eeb94b88aacad01558bfa12bc))
|
||||
- **cli:** exclude node_modules in artifacts command ([67743b1](https://github.com/napi-rs/napi-rs/commit/67743b10466a49c0bac145d38e904cb89118fb9f))
|
||||
|
||||
# [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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@napi-rs/cli",
|
||||
"version": "3.0.0-alpha.25",
|
||||
"version": "3.0.0-alpha.26",
|
||||
"description": "Cli tools for napi-rs",
|
||||
"author": "LongYinan <lynweklm@gmail.com>",
|
||||
"homepage": "https://github.com/napi-rs/napi-rs",
|
||||
|
|
|
@ -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.
|
||||
|
||||
# [2.0.0-alpha.7](https://github.com/napi-rs/napi-rs/compare/@napi-rs/triples@2.0.0-alpha.5...@napi-rs/triples@2.0.0-alpha.7) (2023-12-29)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- **cli:** also load wasm file from packages ([#1876](https://github.com/napi-rs/napi-rs/issues/1876)) ([b0ba466](https://github.com/napi-rs/napi-rs/commit/b0ba466f9521b02eeb94b88aacad01558bfa12bc))
|
||||
|
||||
# [2.0.0-alpha.6](https://github.com/napi-rs/napi-rs/compare/@napi-rs/triples@2.0.0-alpha.5...@napi-rs/triples@2.0.0-alpha.6) (2023-12-07)
|
||||
|
||||
**Note:** Version bump only for package @napi-rs/triples
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@napi-rs/triples",
|
||||
"version": "2.0.0-alpha.6",
|
||||
"version": "2.0.0-alpha.7",
|
||||
"description": "Rust target triples objects",
|
||||
"keywords": [
|
||||
"Rust",
|
||||
|
|
Loading…
Reference in a new issue