diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 9f47a129..32f1157d 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.5.0](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.4.1...@napi-rs/cli@3.5.0) (2025-12-02) + +### Bug Fixes + +- **cli:** use jsPackageName from cli options ([#3035](https://github.com/napi-rs/napi-rs/issues/3035)) ([94a6d37](https://github.com/napi-rs/napi-rs/commit/94a6d37436fbae2caca67f773e8706354b3f16d9)) +- **deps:** update dependency @inquirer/prompts to v8 ([#3020](https://github.com/napi-rs/napi-rs/issues/3020)) ([3d23d7d](https://github.com/napi-rs/napi-rs/commit/3d23d7d53f896d449d59d61cc495c5f79532cb7c)) + +### Features + +- **napi:** add node_api_create_object_with_properties support for enum creation ([#2990](https://github.com/napi-rs/napi-rs/issues/2990)) ([e4f5360](https://github.com/napi-rs/napi-rs/commit/e4f5360dcd7cfc5241c3bae3b46b9ae844ebf147)) + +### Performance Improvements + +- **cli:** replace debug with obug ([#3019](https://github.com/napi-rs/napi-rs/issues/3019)) ([f70331b](https://github.com/napi-rs/napi-rs/commit/f70331b08eb6d73d5315f0567bc76154e20521fb)) + ## [3.4.1](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.4.0...@napi-rs/cli@3.4.1) (2025-10-24) ### Bug Fixes diff --git a/cli/package.json b/cli/package.json index b20a5984..3cc4889c 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@napi-rs/cli", - "version": "3.4.1", + "version": "3.5.0", "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 8bef48bf..ef4f7eb4 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.5](https://github.com/napi-rs/napi-rs/compare/@napi-rs/triples@2.1.4...@napi-rs/triples@2.1.5) (2025-12-02) + +**Note:** Version bump only for package @napi-rs/triples + ## [2.1.4](https://github.com/napi-rs/napi-rs/compare/@napi-rs/triples@2.1.3...@napi-rs/triples@2.1.4) (2025-10-24) **Note:** Version bump only for package @napi-rs/triples diff --git a/triples/package.json b/triples/package.json index b665a6ce..89883dee 100644 --- a/triples/package.json +++ b/triples/package.json @@ -1,6 +1,6 @@ { "name": "@napi-rs/triples", - "version": "2.1.4", + "version": "2.1.5", "description": "Rust target triples objects", "keywords": [ "Rust", diff --git a/wasm-runtime/CHANGELOG.md b/wasm-runtime/CHANGELOG.md index a91f23cd..a1ff8309 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.1.0](https://github.com/napi-rs/napi-rs/compare/@napi-rs/wasm-runtime@1.0.7...@napi-rs/wasm-runtime@1.1.0) (2025-12-02) + +### Features + +- **napi:** add node_api_create_object_with_properties support for enum creation ([#2990](https://github.com/napi-rs/napi-rs/issues/2990)) ([e4f5360](https://github.com/napi-rs/napi-rs/commit/e4f5360dcd7cfc5241c3bae3b46b9ae844ebf147)) + ## [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 diff --git a/wasm-runtime/package.json b/wasm-runtime/package.json index 066ea916..70adf114 100644 --- a/wasm-runtime/package.json +++ b/wasm-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@napi-rs/wasm-runtime", - "version": "1.0.7", + "version": "1.1.0", "type": "module", "description": "Runtime and polyfill for wasm targets", "author": {