mirror of
https://github.com/napi-rs/napi-rs.git
synced 2025-12-08 19:56:07 +00:00
chore(release): publish
- @napi-rs/cli@3.0.0-alpha.65 - @napi-rs/triples@2.0.0-alpha.27 - @napi-rs/wasm-runtime@0.2.6
This commit is contained in:
parent
a72c49b92e
commit
d23290f9c1
@ -3,6 +3,17 @@
|
||||
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.65](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.64...@napi-rs/cli@3.0.0-alpha.65) (2024-12-18)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- **cli:** wrong condintion in setFeatures ([#2396](https://github.com/napi-rs/napi-rs/issues/2396)) ([40ce1ff](https://github.com/napi-rs/napi-rs/commit/40ce1ffb7e45d8ef186b8b876e444c61680d602e))
|
||||
- **napi:** resuse threads worker on Node.js ([#2399](https://github.com/napi-rs/napi-rs/issues/2399)) ([8fffa49](https://github.com/napi-rs/napi-rs/commit/8fffa492822f26ae2139f2a8b8031bfbbd72e1f1))
|
||||
|
||||
### Features
|
||||
|
||||
- **cli:** add --no-dts-cache option to build command ([#2400](https://github.com/napi-rs/napi-rs/issues/2400)) ([a72c49b](https://github.com/napi-rs/napi-rs/commit/a72c49b92e6b7a2c33a0f0c79d9ec071997daae6))
|
||||
|
||||
# [3.0.0-alpha.64](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.63...@napi-rs/cli@3.0.0-alpha.64) (2024-10-21)
|
||||
|
||||
### Features
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@napi-rs/cli",
|
||||
"version": "3.0.0-alpha.64",
|
||||
"version": "3.0.0-alpha.65",
|
||||
"description": "Cli tools for napi-rs",
|
||||
"author": "LongYinan <lynweklm@gmail.com>",
|
||||
"homepage": "https://github.com/napi-rs/napi-rs",
|
||||
|
||||
@ -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.27](https://github.com/napi-rs/napi-rs/compare/@napi-rs/triples@2.0.0-alpha.26...@napi-rs/triples@2.0.0-alpha.27) (2024-12-18)
|
||||
|
||||
**Note:** Version bump only for package @napi-rs/triples
|
||||
|
||||
# [2.0.0-alpha.26](https://github.com/napi-rs/napi-rs/compare/@napi-rs/triples@2.0.0-alpha.25...@napi-rs/triples@2.0.0-alpha.26) (2024-10-21)
|
||||
|
||||
**Note:** Version bump only for package @napi-rs/triples
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@napi-rs/triples",
|
||||
"version": "2.0.0-alpha.26",
|
||||
"version": "2.0.0-alpha.27",
|
||||
"description": "Rust target triples objects",
|
||||
"keywords": [
|
||||
"Rust",
|
||||
|
||||
@ -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.
|
||||
|
||||
## [0.2.6](https://github.com/napi-rs/napi-rs/compare/@napi-rs/wasm-runtime@0.2.5...@napi-rs/wasm-runtime@0.2.6) (2024-12-18)
|
||||
|
||||
**Note:** Version bump only for package @napi-rs/wasm-runtime
|
||||
|
||||
## [0.2.5](https://github.com/napi-rs/napi-rs/compare/@napi-rs/wasm-runtime@0.2.4...@napi-rs/wasm-runtime@0.2.5) (2024-10-02)
|
||||
|
||||
**Note:** Version bump only for package @napi-rs/wasm-runtime
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@napi-rs/wasm-runtime",
|
||||
"version": "0.2.5",
|
||||
"version": "0.2.6",
|
||||
"type": "module",
|
||||
"description": "Runtime and polyfill for wasm targets",
|
||||
"author": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user