From 28f474d27e9bf7e80e225443556a634f4926f056 Mon Sep 17 00:00:00 2001 From: Boshen <1430279+Boshen@users.noreply.github.com> Date: Mon, 22 Sep 2025 10:46:15 +0000 Subject: [PATCH] chore(release): crates) v0.91.0 --- crates/oxc/CHANGELOG.md | 7 +++ crates/oxc_allocator/CHANGELOG.md | 15 ++++++ crates/oxc_ast/CHANGELOG.md | 23 +++++++++ crates/oxc_ast_macros/CHANGELOG.md | 7 +++ crates/oxc_ast_visit/CHANGELOG.md | 11 ++++ crates/oxc_cfg/CHANGELOG.md | 7 +++ crates/oxc_codegen/CHANGELOG.md | 15 ++++++ crates/oxc_compat/CHANGELOG.md | 11 ++++ crates/oxc_data_structures/CHANGELOG.md | 11 ++++ crates/oxc_diagnostics/CHANGELOG.md | 15 ++++++ crates/oxc_ecmascript/CHANGELOG.md | 7 +++ crates/oxc_estree/CHANGELOG.md | 7 +++ crates/oxc_isolated_declarations/CHANGELOG.md | 7 +++ crates/oxc_mangler/CHANGELOG.md | 7 +++ crates/oxc_minifier/CHANGELOG.md | 26 ++++++++++ crates/oxc_napi/CHANGELOG.md | 7 +++ crates/oxc_parser/CHANGELOG.md | 19 +++++++ crates/oxc_regular_expression/CHANGELOG.md | 7 +++ crates/oxc_semantic/CHANGELOG.md | 15 ++++++ crates/oxc_span/CHANGELOG.md | 7 +++ crates/oxc_syntax/CHANGELOG.md | 7 +++ crates/oxc_transformer/CHANGELOG.md | 11 ++++ crates/oxc_transformer_plugins/CHANGELOG.md | 7 +++ crates/oxc_traverse/CHANGELOG.md | 7 +++ napi/minify/CHANGELOG.md | 30 +++++++++++ napi/parser/CHANGELOG.md | 50 +++++++++++++++++++ napi/transform/CHANGELOG.md | 30 +++++++++++ npm/oxc-types/CHANGELOG.md | 7 +++ npm/runtime/CHANGELOG.md | 12 +++++ 29 files changed, 392 insertions(+) diff --git a/crates/oxc/CHANGELOG.md b/crates/oxc/CHANGELOG.md index ecd5acbdd6b0f..824d73caff11f 100644 --- a/crates/oxc/CHANGELOG.md +++ b/crates/oxc/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0). +## [0.91.0] - 2025-09-22 + +### 💼 Other + +- fb347da crates: V0.91.0 (#13961) (Boshen) + + diff --git a/crates/oxc_allocator/CHANGELOG.md b/crates/oxc_allocator/CHANGELOG.md index 4794043c5550d..702efa99b105f 100644 --- a/crates/oxc_allocator/CHANGELOG.md +++ b/crates/oxc_allocator/CHANGELOG.md @@ -4,6 +4,21 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0). +## [0.91.0] - 2025-09-22 + +### 🚀 Features + +- a14aa79 npm/oxlint: Convert to ES modules (#13876) (Boshen) + +### 🐛 Bug Fixes + +- 91c88e2 allocator: Fix lint warning building WASM (#13897) (overlookmotel) + +### 💼 Other + +- fb347da crates: V0.91.0 (#13961) (Boshen) + + ## [0.91.0] - 2025-09-21 ### 🚀 Features diff --git a/crates/oxc_ast/CHANGELOG.md b/crates/oxc_ast/CHANGELOG.md index 9d92d5387d45e..5db3f1b963d8e 100644 --- a/crates/oxc_ast/CHANGELOG.md +++ b/crates/oxc_ast/CHANGELOG.md @@ -4,6 +4,29 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0). +## [0.91.0] - 2025-09-22 + +### 🚀 Features + +- a14aa79 npm/oxlint: Convert to ES modules (#13876) (Boshen) + +### 🐛 Bug Fixes + +- 0185984 napi/parser: Raw transfer `preserveParens` option apply to `TSParenthesizedType` (#13964) (overlookmotel) + +### 📚 Documentation + +- af8473a ast: Document `JSDocUnknownType` (#13973) (overlookmotel) + +### 🎨 Styling + +- 830b733 ast: Remove trailing whitespace (#13963) (overlookmotel) + +### 💼 Other + +- fb347da crates: V0.91.0 (#13961) (Boshen) + + ## [0.91.0] - 2025-09-21 ### 🚀 Features diff --git a/crates/oxc_ast_macros/CHANGELOG.md b/crates/oxc_ast_macros/CHANGELOG.md index c61f2f96c411c..53a8a39343c71 100644 --- a/crates/oxc_ast_macros/CHANGELOG.md +++ b/crates/oxc_ast_macros/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0). +## [0.91.0] - 2025-09-22 + +### 💼 Other + +- fb347da crates: V0.91.0 (#13961) (Boshen) + + diff --git a/crates/oxc_ast_visit/CHANGELOG.md b/crates/oxc_ast_visit/CHANGELOG.md index 527093dbe1163..b020d1e911e0a 100644 --- a/crates/oxc_ast_visit/CHANGELOG.md +++ b/crates/oxc_ast_visit/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0). +## [0.91.0] - 2025-09-22 + +### 🚀 Features + +- a14aa79 npm/oxlint: Convert to ES modules (#13876) (Boshen) + +### 💼 Other + +- fb347da crates: V0.91.0 (#13961) (Boshen) + + ## [0.91.0] - 2025-09-21 ### 🚀 Features diff --git a/crates/oxc_cfg/CHANGELOG.md b/crates/oxc_cfg/CHANGELOG.md index 21b1d66485dd8..94ddd06f8035a 100644 --- a/crates/oxc_cfg/CHANGELOG.md +++ b/crates/oxc_cfg/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0). +## [0.91.0] - 2025-09-22 + +### 💼 Other + +- fb347da crates: V0.91.0 (#13961) (Boshen) + + diff --git a/crates/oxc_codegen/CHANGELOG.md b/crates/oxc_codegen/CHANGELOG.md index 65a11f7d826f6..3f23bd172447c 100644 --- a/crates/oxc_codegen/CHANGELOG.md +++ b/crates/oxc_codegen/CHANGELOG.md @@ -4,6 +4,21 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0). +## [0.91.0] - 2025-09-22 + +### 🐛 Bug Fixes + +- 8f3f460 codegen: Add missing dot when printing import.defer and import.source (#13975) (Boshen) + +### ⚡ Performance + +- ed8ff7d codegen: Unroll loop in `SourcemapBuilder::update_generated_line_and_column` (#13903) (翠) + +### 💼 Other + +- fb347da crates: V0.91.0 (#13961) (Boshen) + + diff --git a/crates/oxc_compat/CHANGELOG.md b/crates/oxc_compat/CHANGELOG.md index 85ccc9219c33d..5c5cc73b8b60f 100644 --- a/crates/oxc_compat/CHANGELOG.md +++ b/crates/oxc_compat/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0). +## [0.91.0] - 2025-09-22 + +### 🚀 Features + +- d1a0d04 compat: Extract compatibility data to oxc_compat crate (#13932) (sapphi-red) + +### 💼 Other + +- fb347da crates: V0.91.0 (#13961) (Boshen) + + ## [0.91.0] - 2025-09-21 ### 🚀 Features diff --git a/crates/oxc_data_structures/CHANGELOG.md b/crates/oxc_data_structures/CHANGELOG.md index 98364139a30e2..93a8752c34224 100644 --- a/crates/oxc_data_structures/CHANGELOG.md +++ b/crates/oxc_data_structures/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0). +## [0.91.0] - 2025-09-22 + +### 🚀 Features + +- f8feed1 data_structures: Add `advance_to_end` method to `SliceIter` trait (#13947) (overlookmotel) + +### 💼 Other + +- fb347da crates: V0.91.0 (#13961) (Boshen) + + ## [0.91.0] - 2025-09-21 ### 🚀 Features diff --git a/crates/oxc_diagnostics/CHANGELOG.md b/crates/oxc_diagnostics/CHANGELOG.md index 099909e911f95..dba5ac36ade57 100644 --- a/crates/oxc_diagnostics/CHANGELOG.md +++ b/crates/oxc_diagnostics/CHANGELOG.md @@ -4,6 +4,21 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0). +## [0.91.0] - 2025-09-22 + +### 🚀 Features + +- a14aa79 npm/oxlint: Convert to ES modules (#13876) (Boshen) + +### 🐛 Bug Fixes + +- 2a7d5d3 linter: Report correct diagnostic count on minified files (#13896) (camc314) + +### 💼 Other + +- fb347da crates: V0.91.0 (#13961) (Boshen) + + ## [0.91.0] - 2025-09-21 ### 🚀 Features diff --git a/crates/oxc_ecmascript/CHANGELOG.md b/crates/oxc_ecmascript/CHANGELOG.md index 1de401e6c2d3a..c80d9e4bb92fd 100644 --- a/crates/oxc_ecmascript/CHANGELOG.md +++ b/crates/oxc_ecmascript/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0). +## [0.91.0] - 2025-09-22 + +### 💼 Other + +- fb347da crates: V0.91.0 (#13961) (Boshen) + + diff --git a/crates/oxc_estree/CHANGELOG.md b/crates/oxc_estree/CHANGELOG.md index 28013fc79ca48..0e8390844daef 100644 --- a/crates/oxc_estree/CHANGELOG.md +++ b/crates/oxc_estree/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0). +## [0.91.0] - 2025-09-22 + +### 💼 Other + +- fb347da crates: V0.91.0 (#13961) (Boshen) + + diff --git a/crates/oxc_isolated_declarations/CHANGELOG.md b/crates/oxc_isolated_declarations/CHANGELOG.md index a27c313f9e7c2..d8c63f7c84aff 100644 --- a/crates/oxc_isolated_declarations/CHANGELOG.md +++ b/crates/oxc_isolated_declarations/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0). +## [0.91.0] - 2025-09-22 + +### 💼 Other + +- fb347da crates: V0.91.0 (#13961) (Boshen) + + diff --git a/crates/oxc_mangler/CHANGELOG.md b/crates/oxc_mangler/CHANGELOG.md index 40ee9bb3b720f..2eb5f2152e814 100644 --- a/crates/oxc_mangler/CHANGELOG.md +++ b/crates/oxc_mangler/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0). +## [0.91.0] - 2025-09-22 + +### 💼 Other + +- fb347da crates: V0.91.0 (#13961) (Boshen) + + diff --git a/crates/oxc_minifier/CHANGELOG.md b/crates/oxc_minifier/CHANGELOG.md index f64da87f4eb84..b9664c0ab0661 100644 --- a/crates/oxc_minifier/CHANGELOG.md +++ b/crates/oxc_minifier/CHANGELOG.md @@ -4,6 +4,32 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0). +## [0.91.0] - 2025-09-22 + +### 💥 BREAKING CHANGES + +- 6fcb0d0 minifier: [**BREAKING**] Receive supported engines instead of ecmascript versions (#13933) (sapphi-red) + +### 🚀 Features + +- b2b2037 minifier: Only apply `arguments` copy loop transformation in functions (#13952) (sapphi-red) +- fa76365 minifier: Only apply `arguments` copy loop transformation in strict mode (#13951) (sapphi-red) +- 638416e tasks/coverage: Add node compat table tests for minifier (#13925) (sapphi-red) + +### 🐛 Bug Fixes + +- 5198a01 minifier: Handle __proto__ when inlining single-use variables (#13926) (sapphi-red) + +### 📚 Documentation + +- 4817021 minifier: Clarify assumptions (#13950) (sapphi-red) +- f1862c4 minifier: Add comprehensive documentation for oxc_minifier (#13938) (Boshen) + +### 💼 Other + +- fb347da crates: V0.91.0 (#13961) (Boshen) + + ## [0.91.0] - 2025-09-21 ### 💥 BREAKING CHANGES diff --git a/crates/oxc_napi/CHANGELOG.md b/crates/oxc_napi/CHANGELOG.md index 5c78df2a37072..287d57e5cd67a 100644 --- a/crates/oxc_napi/CHANGELOG.md +++ b/crates/oxc_napi/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0). +## [0.91.0] - 2025-09-22 + +### 💼 Other + +- fb347da crates: V0.91.0 (#13961) (Boshen) + + diff --git a/crates/oxc_parser/CHANGELOG.md b/crates/oxc_parser/CHANGELOG.md index b10c19fc42ffa..242b290ae29af 100644 --- a/crates/oxc_parser/CHANGELOG.md +++ b/crates/oxc_parser/CHANGELOG.md @@ -4,6 +4,25 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0). +## [0.91.0] - 2025-09-22 + +### 🚀 Features + +- a14aa79 npm/oxlint: Convert to ES modules (#13876) (Boshen) + +### 🐛 Bug Fixes + +- f067159 parser: Forbid readonly in parser instead of semantic (#13905) (Ulrich Stark) + +### ⚡ Performance + +- 035ea19 parser: Optimize `parse_simple_arrow_function_expression` (#13965) (Ulrich Stark) + +### 💼 Other + +- fb347da crates: V0.91.0 (#13961) (Boshen) + + ## [0.91.0] - 2025-09-21 ### 🚀 Features diff --git a/crates/oxc_regular_expression/CHANGELOG.md b/crates/oxc_regular_expression/CHANGELOG.md index 4a2a97f2aa449..90e8d12bf650c 100644 --- a/crates/oxc_regular_expression/CHANGELOG.md +++ b/crates/oxc_regular_expression/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0). +## [0.91.0] - 2025-09-22 + +### 💼 Other + +- fb347da crates: V0.91.0 (#13961) (Boshen) + + diff --git a/crates/oxc_semantic/CHANGELOG.md b/crates/oxc_semantic/CHANGELOG.md index 4dcf0dfac79b9..ebe810ef461aa 100644 --- a/crates/oxc_semantic/CHANGELOG.md +++ b/crates/oxc_semantic/CHANGELOG.md @@ -4,6 +4,21 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0). +## [0.91.0] - 2025-09-22 + +### 🚀 Features + +- a14aa79 npm/oxlint: Convert to ES modules (#13876) (Boshen) + +### 🐛 Bug Fixes + +- f067159 parser: Forbid readonly in parser instead of semantic (#13905) (Ulrich Stark) + +### 💼 Other + +- fb347da crates: V0.91.0 (#13961) (Boshen) + + ## [0.91.0] - 2025-09-21 ### 🚀 Features diff --git a/crates/oxc_span/CHANGELOG.md b/crates/oxc_span/CHANGELOG.md index 00369f83cb29f..54c00e4b6edcc 100644 --- a/crates/oxc_span/CHANGELOG.md +++ b/crates/oxc_span/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0). +## [0.91.0] - 2025-09-22 + +### 💼 Other + +- fb347da crates: V0.91.0 (#13961) (Boshen) + + diff --git a/crates/oxc_syntax/CHANGELOG.md b/crates/oxc_syntax/CHANGELOG.md index 623ca2a560812..3c33d5d9bcc8a 100644 --- a/crates/oxc_syntax/CHANGELOG.md +++ b/crates/oxc_syntax/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0). +## [0.91.0] - 2025-09-22 + +### 💼 Other + +- fb347da crates: V0.91.0 (#13961) (Boshen) + + diff --git a/crates/oxc_transformer/CHANGELOG.md b/crates/oxc_transformer/CHANGELOG.md index 2e6d2ddca9a4f..6e149304b0a5e 100644 --- a/crates/oxc_transformer/CHANGELOG.md +++ b/crates/oxc_transformer/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0). +## [0.91.0] - 2025-09-22 + +### 🚀 Features + +- d1a0d04 compat: Extract compatibility data to oxc_compat crate (#13932) (sapphi-red) + +### 💼 Other + +- fb347da crates: V0.91.0 (#13961) (Boshen) + + ## [0.91.0] - 2025-09-21 ### 🚀 Features diff --git a/crates/oxc_transformer_plugins/CHANGELOG.md b/crates/oxc_transformer_plugins/CHANGELOG.md index 534ca83e99c1a..a69e322d3d06a 100644 --- a/crates/oxc_transformer_plugins/CHANGELOG.md +++ b/crates/oxc_transformer_plugins/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0). +## [0.91.0] - 2025-09-22 + +### 💼 Other + +- fb347da crates: V0.91.0 (#13961) (Boshen) + + diff --git a/crates/oxc_traverse/CHANGELOG.md b/crates/oxc_traverse/CHANGELOG.md index 53049a7a23c46..0bc500729b522 100644 --- a/crates/oxc_traverse/CHANGELOG.md +++ b/crates/oxc_traverse/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0). +## [0.91.0] - 2025-09-22 + +### 💼 Other + +- fb347da crates: V0.91.0 (#13961) (Boshen) + + diff --git a/napi/minify/CHANGELOG.md b/napi/minify/CHANGELOG.md index 8f2517d433035..c15bb54bcb1f2 100644 --- a/napi/minify/CHANGELOG.md +++ b/napi/minify/CHANGELOG.md @@ -4,6 +4,36 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0). +## [0.91.0] - 2025-09-22 + +### 💥 BREAKING CHANGES + +- 6fcb0d0 minifier: [**BREAKING**] Receive supported engines instead of ecmascript versions (#13933) (sapphi-red) + +### 🐛 Bug Fixes + +- 21bbf95 napi: Rebuild bindings file for NAPI packages (#13889) (overlookmotel) + +### 💼 Other + +- fb347da crates: V0.91.0 (#13961) (Boshen) + + +## [0.91.0] - 2025-09-22 + +### 💥 BREAKING CHANGES + +- 6fcb0d0 minifier: [**BREAKING**] Receive supported engines instead of ecmascript versions (#13933) (sapphi-red) + +### 🐛 Bug Fixes + +- 21bbf95 napi: Rebuild bindings file for NAPI packages (#13889) (overlookmotel) + +### 💼 Other + +- fb347da crates: V0.91.0 (#13961) (Boshen) + + ## [0.91.0] - 2025-09-21 ### 💥 BREAKING CHANGES diff --git a/napi/parser/CHANGELOG.md b/napi/parser/CHANGELOG.md index e15955437db14..9db70cd809c02 100644 --- a/napi/parser/CHANGELOG.md +++ b/napi/parser/CHANGELOG.md @@ -4,6 +4,56 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0). +## [0.91.0] - 2025-09-22 + +### 🐛 Bug Fixes + +- 0185984 napi/parser: Raw transfer `preserveParens` option apply to `TSParenthesizedType` (#13964) (overlookmotel) +- bd2fa90 napi/parser: Move `browser.js` file (#13918) (overlookmotel) +- 5ff91bc napi/parser: Fix example (#13887) (overlookmotel) +- 21bbf95 napi: Rebuild bindings file for NAPI packages (#13889) (overlookmotel) + +### 🚜 Refactor + +- 48062d0 napi/parser: Itemize files in `package.json` (#13978) (overlookmotel) +- 329b7e7 napi/parser: Move scripts to `scripts` directory (#13900) (overlookmotel) +- ac3e9e9 napi/parser: Move JS code into `src-js` directory (#13899) (overlookmotel) +- 2cef8ec napi/parser: Remove outdated comment (#13886) (overlookmotel) + +### 📚 Documentation + +- 7a50ad9 napi/parser, napi/transform: Correct README examples (#13934) (overlookmotel) + +### 💼 Other + +- fb347da crates: V0.91.0 (#13961) (Boshen) + + +## [0.91.0] - 2025-09-22 + +### 🐛 Bug Fixes + +- 0185984 napi/parser: Raw transfer `preserveParens` option apply to `TSParenthesizedType` (#13964) (overlookmotel) +- bd2fa90 napi/parser: Move `browser.js` file (#13918) (overlookmotel) +- 5ff91bc napi/parser: Fix example (#13887) (overlookmotel) +- 21bbf95 napi: Rebuild bindings file for NAPI packages (#13889) (overlookmotel) + +### 🚜 Refactor + +- 48062d0 napi/parser: Itemize files in `package.json` (#13978) (overlookmotel) +- 329b7e7 napi/parser: Move scripts to `scripts` directory (#13900) (overlookmotel) +- ac3e9e9 napi/parser: Move JS code into `src-js` directory (#13899) (overlookmotel) +- 2cef8ec napi/parser: Remove outdated comment (#13886) (overlookmotel) + +### 📚 Documentation + +- 7a50ad9 napi/parser, napi/transform: Correct README examples (#13934) (overlookmotel) + +### 💼 Other + +- fb347da crates: V0.91.0 (#13961) (Boshen) + + ## [0.91.0] - 2025-09-21 ### 🐛 Bug Fixes diff --git a/napi/transform/CHANGELOG.md b/napi/transform/CHANGELOG.md index 53a9c47610ae6..60782561895f5 100644 --- a/napi/transform/CHANGELOG.md +++ b/napi/transform/CHANGELOG.md @@ -4,6 +4,36 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0). +## [0.91.0] - 2025-09-22 + +### 🐛 Bug Fixes + +- 21bbf95 napi: Rebuild bindings file for NAPI packages (#13889) (overlookmotel) + +### 📚 Documentation + +- 7a50ad9 napi/parser, napi/transform: Correct README examples (#13934) (overlookmotel) + +### 💼 Other + +- fb347da crates: V0.91.0 (#13961) (Boshen) + + +## [0.91.0] - 2025-09-22 + +### 🐛 Bug Fixes + +- 21bbf95 napi: Rebuild bindings file for NAPI packages (#13889) (overlookmotel) + +### 📚 Documentation + +- 7a50ad9 napi/parser, napi/transform: Correct README examples (#13934) (overlookmotel) + +### 💼 Other + +- fb347da crates: V0.91.0 (#13961) (Boshen) + + ## [0.91.0] - 2025-09-21 ### 🐛 Bug Fixes diff --git a/npm/oxc-types/CHANGELOG.md b/npm/oxc-types/CHANGELOG.md index c9832426b940d..2e215d3e32eaa 100644 --- a/npm/oxc-types/CHANGELOG.md +++ b/npm/oxc-types/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0). +## [0.91.0] - 2025-09-22 + +### 💼 Other + +- fb347da crates: V0.91.0 (#13961) (Boshen) + + ## [0.90.0] - 2025-09-18 diff --git a/npm/runtime/CHANGELOG.md b/npm/runtime/CHANGELOG.md index 84d544a9db5a7..e90c6b7623524 100644 --- a/npm/runtime/CHANGELOG.md +++ b/npm/runtime/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0). +## [0.91.0] - 2025-09-22 + +### 🚀 Features + +- d74568f npm/runtime: Revert back to CJS (#13999) (Boshen) +- 36bbba8 npm/runtime: Convert to ES modules (#13874) (Boshen) + +### 💼 Other + +- fb347da crates: V0.91.0 (#13961) (Boshen) + + ## [0.90.0] - 2025-09-18