diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index d022cb49..36cfc636 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -3,6 +3,16 @@ 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.52](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.51...@napi-rs/cli@3.0.0-alpha.52) (2024-04-22) + +### Bug Fixes + +- **cli:** pass fs to browser worker binding ([#2062](https://github.com/napi-rs/napi-rs/issues/2062)) ([12aec3c](https://github.com/napi-rs/napi-rs/commit/12aec3c1354d3b2c722787de38325477c750e988)) + +### Features + +- **cli:** support generation of literal union from string enum ([#2054](https://github.com/napi-rs/napi-rs/issues/2054)) ([0adc36c](https://github.com/napi-rs/napi-rs/commit/0adc36ce1c0aaeff645e6d17d6c7d54c64a5b321)) + # [3.0.0-alpha.51](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.50...@napi-rs/cli@3.0.0-alpha.51) (2024-04-19) ### Bug Fixes diff --git a/cli/package.json b/cli/package.json index a955ce55..40b561de 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@napi-rs/cli", - "version": "3.0.0-alpha.51", + "version": "3.0.0-alpha.52", "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 ca3c9ceb..621e93b1 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.0.0-alpha.14](https://github.com/napi-rs/napi-rs/compare/@napi-rs/triples@2.0.0-alpha.13...@napi-rs/triples@2.0.0-alpha.14) (2024-04-22) + +**Note:** Version bump only for package @napi-rs/triples + # [2.0.0-alpha.13](https://github.com/napi-rs/napi-rs/compare/@napi-rs/triples@2.0.0-alpha.12...@napi-rs/triples@2.0.0-alpha.13) (2024-04-19) **Note:** Version bump only for package @napi-rs/triples diff --git a/triples/package.json b/triples/package.json index 766b2dbf..d7bd50ed 100644 --- a/triples/package.json +++ b/triples/package.json @@ -1,6 +1,6 @@ { "name": "@napi-rs/triples", - "version": "2.0.0-alpha.13", + "version": "2.0.0-alpha.14", "description": "Rust target triples objects", "keywords": [ "Rust", diff --git a/wasm-runtime/CHANGELOG.md b/wasm-runtime/CHANGELOG.md index 699cf9d2..9332e18c 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. +## [0.2.1](https://github.com/napi-rs/napi-rs/compare/@napi-rs/wasm-runtime@0.2.0...@napi-rs/wasm-runtime@0.2.1) (2024-04-22) + +### Bug Fixes + +- **cli:** pass fs to browser worker binding ([#2062](https://github.com/napi-rs/napi-rs/issues/2062)) ([12aec3c](https://github.com/napi-rs/napi-rs/commit/12aec3c1354d3b2c722787de38325477c750e988)) + # [0.2.0](https://github.com/napi-rs/napi-rs/compare/@napi-rs/wasm-runtime@0.1.2...@napi-rs/wasm-runtime@0.2.0) (2024-04-19) ### Features diff --git a/wasm-runtime/package.json b/wasm-runtime/package.json index 5febfe23..009ed5da 100644 --- a/wasm-runtime/package.json +++ b/wasm-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@napi-rs/wasm-runtime", - "version": "0.2.0", + "version": "0.2.1", "type": "module", "description": "Runtime and polyfill for wasm targets", "author": {