diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index f44424e3..7a9ef407 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -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 diff --git a/cli/package.json b/cli/package.json index 7cf355dd..dba67f67 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@napi-rs/cli", - "version": "3.3.0", + "version": "3.3.1", "description": "Cli tools for napi-rs", "author": "LongYinan ", "homepage": "https://github.com/napi-rs/napi-rs", diff --git a/triples/CHANGELOG.md b/triples/CHANGELOG.md index 1abefcf4..83f7c485 100644 --- a/triples/CHANGELOG.md +++ b/triples/CHANGELOG.md @@ -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 diff --git a/triples/package.json b/triples/package.json index d7db1827..459e8bf9 100644 --- a/triples/package.json +++ b/triples/package.json @@ -1,6 +1,6 @@ { "name": "@napi-rs/triples", - "version": "2.1.1", + "version": "2.1.2", "description": "Rust target triples objects", "keywords": [ "Rust", diff --git a/wasm-runtime/CHANGELOG.md b/wasm-runtime/CHANGELOG.md index 476b53f2..a91f23cd 100644 --- a/wasm-runtime/CHANGELOG.md +++ b/wasm-runtime/CHANGELOG.md @@ -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 diff --git a/wasm-runtime/package.json b/wasm-runtime/package.json index ad4a243c..1e5be88e 100644 --- a/wasm-runtime/package.json +++ b/wasm-runtime/package.json @@ -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": {