chore(release): publish

- @napi-rs/cli@3.3.1
 - @napi-rs/triples@2.1.2
 - @napi-rs/wasm-runtime@1.0.7
This commit is contained in:
LongYinan 2025-10-10 22:23:03 +08:00
parent 69b8f096fd
commit a0d55cc99c
No known key found for this signature in database
6 changed files with 19 additions and 3 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.3.1](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.3.0...@napi-rs/cli@3.3.1) (2025-10-10)
### Bug Fixes
- **napi:** cleanup memory issues ([#2949](https://github.com/napi-rs/napi-rs/issues/2949)) ([8f40ebd](https://github.com/napi-rs/napi-rs/commit/8f40ebd206ff27d8ec7aa04c58dd2d2bb28d8288))
# [3.3.0](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.2.0...@napi-rs/cli@3.3.0) (2025-10-03)
### Bug Fixes

View File

@ -1,6 +1,6 @@
{
"name": "@napi-rs/cli",
"version": "3.3.0",
"version": "3.3.1",
"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.1.2](https://github.com/napi-rs/napi-rs/compare/@napi-rs/triples@2.1.1...@napi-rs/triples@2.1.2) (2025-10-10)
**Note:** Version bump only for package @napi-rs/triples
## [2.1.1](https://github.com/napi-rs/napi-rs/compare/@napi-rs/triples@2.1.0...@napi-rs/triples@2.1.1) (2025-10-03)
**Note:** Version bump only for package @napi-rs/triples

View File

@ -1,6 +1,6 @@
{
"name": "@napi-rs/triples",
"version": "2.1.1",
"version": "2.1.2",
"description": "Rust target triples objects",
"keywords": [
"Rust",

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.
## [1.0.7](https://github.com/napi-rs/napi-rs/compare/@napi-rs/wasm-runtime@1.0.6...@napi-rs/wasm-runtime@1.0.7) (2025-10-10)
### Bug Fixes
- **wasm-runtime:** node:events polyfill on browser ([#2954](https://github.com/napi-rs/napi-rs/issues/2954)) ([69b8f09](https://github.com/napi-rs/napi-rs/commit/69b8f096fd8aae18d4970a0b053f052ed880181a))
## [1.0.6](https://github.com/napi-rs/napi-rs/compare/@napi-rs/wasm-runtime@1.0.5...@napi-rs/wasm-runtime@1.0.6) (2025-10-03)
**Note:** Version bump only for package @napi-rs/wasm-runtime

View File

@ -1,6 +1,6 @@
{
"name": "@napi-rs/wasm-runtime",
"version": "1.0.6",
"version": "1.0.7",
"type": "module",
"description": "Runtime and polyfill for wasm targets",
"author": {