diff --git a/Cargo.lock b/Cargo.lock index cca3247eb1e54..dd7dea90dd923 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1469,7 +1469,7 @@ checksum = "26995317201fa17f3656c36716aed4a7c81743a9634ac4c99c0eeda495db0cec" [[package]] name = "oxc" -version = "0.72.0" +version = "0.72.1" dependencies = [ "oxc_allocator", "oxc_ast", @@ -1543,7 +1543,7 @@ dependencies = [ [[package]] name = "oxc_allocator" -version = "0.72.0" +version = "0.72.1" dependencies = [ "allocator-api2", "bumpalo", @@ -1557,7 +1557,7 @@ dependencies = [ [[package]] name = "oxc_ast" -version = "0.72.0" +version = "0.72.1" dependencies = [ "bitflags 2.9.1", "cow-utils", @@ -1572,7 +1572,7 @@ dependencies = [ [[package]] name = "oxc_ast_macros" -version = "0.72.0" +version = "0.72.1" dependencies = [ "phf", "proc-macro2", @@ -1605,7 +1605,7 @@ dependencies = [ [[package]] name = "oxc_ast_visit" -version = "0.72.0" +version = "0.72.1" dependencies = [ "oxc_allocator", "oxc_ast", @@ -1640,7 +1640,7 @@ dependencies = [ [[package]] name = "oxc_cfg" -version = "0.72.0" +version = "0.72.1" dependencies = [ "bitflags 2.9.1", "itertools", @@ -1653,7 +1653,7 @@ dependencies = [ [[package]] name = "oxc_codegen" -version = "0.72.0" +version = "0.72.1" dependencies = [ "base64", "bitflags 2.9.1", @@ -1716,7 +1716,7 @@ dependencies = [ [[package]] name = "oxc_data_structures" -version = "0.72.0" +version = "0.72.1" dependencies = [ "ropey", "rustversion", @@ -1724,7 +1724,7 @@ dependencies = [ [[package]] name = "oxc_diagnostics" -version = "0.72.0" +version = "0.72.1" dependencies = [ "cow-utils", "oxc-miette", @@ -1732,7 +1732,7 @@ dependencies = [ [[package]] name = "oxc_ecmascript" -version = "0.72.0" +version = "0.72.1" dependencies = [ "cow-utils", "num-bigint", @@ -1744,7 +1744,7 @@ dependencies = [ [[package]] name = "oxc_estree" -version = "0.72.0" +version = "0.72.1" dependencies = [ "itoa", "oxc_data_structures", @@ -1778,7 +1778,7 @@ dependencies = [ [[package]] name = "oxc_isolated_declarations" -version = "0.72.0" +version = "0.72.1" dependencies = [ "bitflags 2.9.1", "insta", @@ -1878,7 +1878,7 @@ dependencies = [ [[package]] name = "oxc_mangler" -version = "0.72.0" +version = "0.72.1" dependencies = [ "fixedbitset", "itertools", @@ -1894,7 +1894,7 @@ dependencies = [ [[package]] name = "oxc_minifier" -version = "0.72.0" +version = "0.72.1" dependencies = [ "cow-utils", "insta", @@ -1952,7 +1952,7 @@ dependencies = [ [[package]] name = "oxc_napi" -version = "0.72.0" +version = "0.72.1" dependencies = [ "napi", "napi-build", @@ -1966,7 +1966,7 @@ dependencies = [ [[package]] name = "oxc_parser" -version = "0.72.0" +version = "0.72.1" dependencies = [ "bitflags 2.9.1", "cow-utils", @@ -1989,7 +1989,7 @@ dependencies = [ [[package]] name = "oxc_parser_napi" -version = "0.72.0" +version = "0.72.1" dependencies = [ "mimalloc-safe", "napi", @@ -2039,7 +2039,7 @@ dependencies = [ [[package]] name = "oxc_regular_expression" -version = "0.72.0" +version = "0.72.1" dependencies = [ "bitflags 2.9.1", "oxc_allocator", @@ -2084,7 +2084,7 @@ dependencies = [ [[package]] name = "oxc_semantic" -version = "0.72.0" +version = "0.72.1" dependencies = [ "insta", "itertools", @@ -2125,7 +2125,7 @@ dependencies = [ [[package]] name = "oxc_span" -version = "0.72.0" +version = "0.72.1" dependencies = [ "compact_str", "oxc-miette", @@ -2138,7 +2138,7 @@ dependencies = [ [[package]] name = "oxc_syntax" -version = "0.72.0" +version = "0.72.1" dependencies = [ "bitflags 2.9.1", "cow-utils", @@ -2198,7 +2198,7 @@ dependencies = [ [[package]] name = "oxc_transform_napi" -version = "0.72.0" +version = "0.72.1" dependencies = [ "mimalloc-safe", "napi", @@ -2212,7 +2212,7 @@ dependencies = [ [[package]] name = "oxc_transformer" -version = "0.72.0" +version = "0.72.1" dependencies = [ "base64", "compact_str", @@ -2244,7 +2244,7 @@ dependencies = [ [[package]] name = "oxc_transformer_plugins" -version = "0.72.0" +version = "0.72.1" dependencies = [ "cow-utils", "insta", @@ -2270,7 +2270,7 @@ dependencies = [ [[package]] name = "oxc_traverse" -version = "0.72.0" +version = "0.72.1" dependencies = [ "itoa", "oxc_allocator", diff --git a/Cargo.toml b/Cargo.toml index 0ec1b4a8dff6c..dca2a7668acd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -104,31 +104,31 @@ doc_lazy_continuation = "allow" # FIXME [workspace.dependencies] # publish = true -oxc = { version = "0.72.0", path = "crates/oxc" } -oxc_allocator = { version = "0.72.0", path = "crates/oxc_allocator" } -oxc_ast = { version = "0.72.0", path = "crates/oxc_ast" } -oxc_ast_macros = { version = "0.72.0", path = "crates/oxc_ast_macros" } -oxc_ast_visit = { version = "0.72.0", path = "crates/oxc_ast_visit" } -oxc_cfg = { version = "0.72.0", path = "crates/oxc_cfg" } -oxc_codegen = { version = "0.72.0", path = "crates/oxc_codegen" } -oxc_data_structures = { version = "0.72.0", path = "crates/oxc_data_structures" } -oxc_diagnostics = { version = "0.72.0", path = "crates/oxc_diagnostics" } -oxc_ecmascript = { version = "0.72.0", path = "crates/oxc_ecmascript" } -oxc_estree = { version = "0.72.0", path = "crates/oxc_estree" } -oxc_isolated_declarations = { version = "0.72.0", path = "crates/oxc_isolated_declarations" } -oxc_mangler = { version = "0.72.0", path = "crates/oxc_mangler" } -oxc_minifier = { version = "0.72.0", path = "crates/oxc_minifier" } -oxc_napi = { version = "0.72.0", path = "crates/oxc_napi" } -oxc_parser = { version = "0.72.0", path = "crates/oxc_parser", features = ["regular_expression"] } -oxc_parser_napi = { version = "0.72.0", path = "napi/parser" } -oxc_regular_expression = { version = "0.72.0", path = "crates/oxc_regular_expression" } -oxc_semantic = { version = "0.72.0", path = "crates/oxc_semantic" } -oxc_span = { version = "0.72.0", path = "crates/oxc_span" } -oxc_syntax = { version = "0.72.0", path = "crates/oxc_syntax" } -oxc_transform_napi = { version = "0.72.0", path = "napi/transform" } -oxc_transformer = { version = "0.72.0", path = "crates/oxc_transformer" } -oxc_transformer_plugins = { version = "0.72.0", path = "crates/oxc_transformer_plugins" } -oxc_traverse = { version = "0.72.0", path = "crates/oxc_traverse" } +oxc = { version = "0.72.1", path = "crates/oxc" } +oxc_allocator = { version = "0.72.1", path = "crates/oxc_allocator" } +oxc_ast = { version = "0.72.1", path = "crates/oxc_ast" } +oxc_ast_macros = { version = "0.72.1", path = "crates/oxc_ast_macros" } +oxc_ast_visit = { version = "0.72.1", path = "crates/oxc_ast_visit" } +oxc_cfg = { version = "0.72.1", path = "crates/oxc_cfg" } +oxc_codegen = { version = "0.72.1", path = "crates/oxc_codegen" } +oxc_data_structures = { version = "0.72.1", path = "crates/oxc_data_structures" } +oxc_diagnostics = { version = "0.72.1", path = "crates/oxc_diagnostics" } +oxc_ecmascript = { version = "0.72.1", path = "crates/oxc_ecmascript" } +oxc_estree = { version = "0.72.1", path = "crates/oxc_estree" } +oxc_isolated_declarations = { version = "0.72.1", path = "crates/oxc_isolated_declarations" } +oxc_mangler = { version = "0.72.1", path = "crates/oxc_mangler" } +oxc_minifier = { version = "0.72.1", path = "crates/oxc_minifier" } +oxc_napi = { version = "0.72.1", path = "crates/oxc_napi" } +oxc_parser = { version = "0.72.1", path = "crates/oxc_parser", features = ["regular_expression"] } +oxc_parser_napi = { version = "0.72.1", path = "napi/parser" } +oxc_regular_expression = { version = "0.72.1", path = "crates/oxc_regular_expression" } +oxc_semantic = { version = "0.72.1", path = "crates/oxc_semantic" } +oxc_span = { version = "0.72.1", path = "crates/oxc_span" } +oxc_syntax = { version = "0.72.1", path = "crates/oxc_syntax" } +oxc_transform_napi = { version = "0.72.1", path = "napi/transform" } +oxc_transformer = { version = "0.72.1", path = "crates/oxc_transformer" } +oxc_transformer_plugins = { version = "0.72.1", path = "crates/oxc_transformer_plugins" } +oxc_traverse = { version = "0.72.1", path = "crates/oxc_traverse" } # publish = false oxc_formatter = { path = "crates/oxc_formatter" } diff --git a/crates/oxc/Cargo.toml b/crates/oxc/Cargo.toml index 562d084d52363..ea5b507e54491 100644 --- a/crates/oxc/Cargo.toml +++ b/crates/oxc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc" -version = "0.72.0" +version = "0.72.1" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/crates/oxc_allocator/Cargo.toml b/crates/oxc_allocator/Cargo.toml index 15740e4f73048..822b01f9d9814 100644 --- a/crates/oxc_allocator/Cargo.toml +++ b/crates/oxc_allocator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_allocator" -version = "0.72.0" +version = "0.72.1" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/crates/oxc_ast/CHANGELOG.md b/crates/oxc_ast/CHANGELOG.md index 71fd8a422894b..4433bbfd7ebac 100644 --- a/crates/oxc_ast/CHANGELOG.md +++ b/crates/oxc_ast/CHANGELOG.md @@ -4,6 +4,16 @@ 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/), and this project does not adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) until v1.0.0. +## [0.72.1] - 2025-05-28 + +### Features + +- f88f666 minifier: Normalize `Number.NaN` as `NaN` (#11275) (Boshen) + +### Refactor + +- 3a49220 ast: Remove `AstKind::get_container_scope_id` (#11282) (Dunqing) + ## [0.72.0] - 2025-05-24 ### Features diff --git a/crates/oxc_ast/Cargo.toml b/crates/oxc_ast/Cargo.toml index ea2cf0b698ce7..c3ed6e07c9481 100644 --- a/crates/oxc_ast/Cargo.toml +++ b/crates/oxc_ast/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_ast" -version = "0.72.0" +version = "0.72.1" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/crates/oxc_ast_macros/Cargo.toml b/crates/oxc_ast_macros/Cargo.toml index 9cc99ae2a2775..c18597431a099 100644 --- a/crates/oxc_ast_macros/Cargo.toml +++ b/crates/oxc_ast_macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_ast_macros" -version = "0.72.0" +version = "0.72.1" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/crates/oxc_ast_visit/Cargo.toml b/crates/oxc_ast_visit/Cargo.toml index 8cffe35799992..e313216a6bfc3 100644 --- a/crates/oxc_ast_visit/Cargo.toml +++ b/crates/oxc_ast_visit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_ast_visit" -version = "0.72.0" +version = "0.72.1" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/crates/oxc_cfg/Cargo.toml b/crates/oxc_cfg/Cargo.toml index 330bd8580d44b..3922362a2c8c8 100644 --- a/crates/oxc_cfg/Cargo.toml +++ b/crates/oxc_cfg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_cfg" -version = "0.72.0" +version = "0.72.1" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/crates/oxc_codegen/Cargo.toml b/crates/oxc_codegen/Cargo.toml index 77981cf4535e5..b3501e23a5e84 100644 --- a/crates/oxc_codegen/Cargo.toml +++ b/crates/oxc_codegen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_codegen" -version = "0.72.0" +version = "0.72.1" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/crates/oxc_data_structures/Cargo.toml b/crates/oxc_data_structures/Cargo.toml index d81a7727bc868..5131e4ce43f6f 100644 --- a/crates/oxc_data_structures/Cargo.toml +++ b/crates/oxc_data_structures/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_data_structures" -version = "0.72.0" +version = "0.72.1" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/crates/oxc_diagnostics/Cargo.toml b/crates/oxc_diagnostics/Cargo.toml index 088176ae1279a..6719d352b7eda 100644 --- a/crates/oxc_diagnostics/Cargo.toml +++ b/crates/oxc_diagnostics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_diagnostics" -version = "0.72.0" +version = "0.72.1" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/crates/oxc_ecmascript/Cargo.toml b/crates/oxc_ecmascript/Cargo.toml index 05fe9232e6e62..5afa1374a9dfd 100644 --- a/crates/oxc_ecmascript/Cargo.toml +++ b/crates/oxc_ecmascript/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_ecmascript" -version = "0.72.0" +version = "0.72.1" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/crates/oxc_estree/Cargo.toml b/crates/oxc_estree/Cargo.toml index 0547043b6cb28..082e529e7f579 100644 --- a/crates/oxc_estree/Cargo.toml +++ b/crates/oxc_estree/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_estree" -version = "0.72.0" +version = "0.72.1" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/crates/oxc_isolated_declarations/CHANGELOG.md b/crates/oxc_isolated_declarations/CHANGELOG.md index 19a1c6eddbfe1..7d76b7dd74fec 100644 --- a/crates/oxc_isolated_declarations/CHANGELOG.md +++ b/crates/oxc_isolated_declarations/CHANGELOG.md @@ -4,6 +4,12 @@ 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/), and this project does not adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) until v1.0.0. +## [0.72.1] - 2025-05-28 + +### Bug Fixes + +- 3249ab6 isolated-declarations: Correctly emit string property keys for non-identifiable name (#11329) (magic-akari) + ## [0.72.0] - 2025-05-24 ### Features diff --git a/crates/oxc_isolated_declarations/Cargo.toml b/crates/oxc_isolated_declarations/Cargo.toml index 65ece5e2e075e..f5bb9bb978656 100644 --- a/crates/oxc_isolated_declarations/Cargo.toml +++ b/crates/oxc_isolated_declarations/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_isolated_declarations" -version = "0.72.0" +version = "0.72.1" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/crates/oxc_mangler/Cargo.toml b/crates/oxc_mangler/Cargo.toml index fa926e7068f03..423bf1fb40f72 100644 --- a/crates/oxc_mangler/Cargo.toml +++ b/crates/oxc_mangler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_mangler" -version = "0.72.0" +version = "0.72.1" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/crates/oxc_minifier/CHANGELOG.md b/crates/oxc_minifier/CHANGELOG.md index 073de6d8542fd..4972136efa435 100644 --- a/crates/oxc_minifier/CHANGELOG.md +++ b/crates/oxc_minifier/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/), and this project does not adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) until v1.0.0. +## [0.72.1] - 2025-05-28 + +### Features + +- f88f666 minifier: Normalize `Number.NaN` as `NaN` (#11275) (Boshen) +- d6fc750 minifier: Add `pure` to side-effect free global constructor during DCE (#11270) (Boshen) + ## [0.72.0] - 2025-05-24 ### Features diff --git a/crates/oxc_minifier/Cargo.toml b/crates/oxc_minifier/Cargo.toml index 720190f6f595d..f2ae5502adf5e 100644 --- a/crates/oxc_minifier/Cargo.toml +++ b/crates/oxc_minifier/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_minifier" -version = "0.72.0" +version = "0.72.1" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/crates/oxc_napi/Cargo.toml b/crates/oxc_napi/Cargo.toml index a6f421061ca9e..2eed7bf719101 100644 --- a/crates/oxc_napi/Cargo.toml +++ b/crates/oxc_napi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_napi" -version = "0.72.0" +version = "0.72.1" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/crates/oxc_parser/CHANGELOG.md b/crates/oxc_parser/CHANGELOG.md index 03bdecb9480ed..6417cbedf5f70 100644 --- a/crates/oxc_parser/CHANGELOG.md +++ b/crates/oxc_parser/CHANGELOG.md @@ -4,6 +4,26 @@ 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/), and this project does not adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) until v1.0.0. +## [0.72.1] - 2025-05-28 + +### Performance + +- 14cb3c7 parser: Simplify getting span of identifiers and literals (#11323) (overlookmotel) +- 2372f00 parser: `check_identifier` match on `Kind` not `&str` (#11322) (overlookmotel) +- 552a977 parser: Avoid work in `parse_function_id` (#11321) (overlookmotel) +- 6eda38a parser: Remove branch parsing class elements (#11319) (overlookmotel) + +### Refactor + +- 069b843 parser: Avoid peek in parse_delimited_list (#11343) (leaysgur) +- 99e6490 parser: Remove lexer lookahead in module parsing (#11330) (camchenry) +- 08eb1eb parser: Align jsx parsing to tsc (#11314) (leaysgur) +- 54dfbd3 parser: Remove Lexer lookahead from JS function parsing (#11307) (therewillbecode) +- 44bb9fb parser: Remove lexer lookahead in JS let declaration parsing (#11308) (therewillbecode) +- 2e43b6f parser: Remove Lexer peeking for js/expression (#11298) (leaysgur) +- 7f2d660 parser: Remove lexer lookahead in object parsing (#11274) (camchenry) +- 8a062b5 parser: Remove lexer lookahead in JS statement parsing (#11273) (camchenry) + ## [0.72.0] - 2025-05-24 ### Features diff --git a/crates/oxc_parser/Cargo.toml b/crates/oxc_parser/Cargo.toml index 0ab9df089d119..9c8e564076599 100644 --- a/crates/oxc_parser/Cargo.toml +++ b/crates/oxc_parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_parser" -version = "0.72.0" +version = "0.72.1" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/crates/oxc_regular_expression/Cargo.toml b/crates/oxc_regular_expression/Cargo.toml index f3681590b5b73..8b1a97aee0b4f 100644 --- a/crates/oxc_regular_expression/Cargo.toml +++ b/crates/oxc_regular_expression/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_regular_expression" -version = "0.72.0" +version = "0.72.1" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/crates/oxc_semantic/Cargo.toml b/crates/oxc_semantic/Cargo.toml index e56a68f5ba035..144c74fc4af8e 100644 --- a/crates/oxc_semantic/Cargo.toml +++ b/crates/oxc_semantic/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_semantic" -version = "0.72.0" +version = "0.72.1" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/crates/oxc_span/Cargo.toml b/crates/oxc_span/Cargo.toml index c954e0b3efadf..4f5b47d958ef0 100644 --- a/crates/oxc_span/Cargo.toml +++ b/crates/oxc_span/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_span" -version = "0.72.0" +version = "0.72.1" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/crates/oxc_syntax/Cargo.toml b/crates/oxc_syntax/Cargo.toml index 21bd98539d55c..986f056406e2b 100644 --- a/crates/oxc_syntax/Cargo.toml +++ b/crates/oxc_syntax/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_syntax" -version = "0.72.0" +version = "0.72.1" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/crates/oxc_transformer/Cargo.toml b/crates/oxc_transformer/Cargo.toml index 8cf6d2443e296..eca3009042fc7 100644 --- a/crates/oxc_transformer/Cargo.toml +++ b/crates/oxc_transformer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_transformer" -version = "0.72.0" +version = "0.72.1" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/crates/oxc_transformer_plugins/Cargo.toml b/crates/oxc_transformer_plugins/Cargo.toml index 7ea9586f293a0..ac6c117c71497 100644 --- a/crates/oxc_transformer_plugins/Cargo.toml +++ b/crates/oxc_transformer_plugins/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_transformer_plugins" -version = "0.72.0" +version = "0.72.1" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/crates/oxc_traverse/Cargo.toml b/crates/oxc_traverse/Cargo.toml index e86914fb63c91..27ef5be73ef31 100644 --- a/crates/oxc_traverse/Cargo.toml +++ b/crates/oxc_traverse/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_traverse" -version = "0.72.0" +version = "0.72.1" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/napi/minify/package.json b/napi/minify/package.json index 5815bdf10e38f..aa7aabb78a641 100644 --- a/napi/minify/package.json +++ b/napi/minify/package.json @@ -1,6 +1,6 @@ { "name": "oxc-minify", - "version": "0.72.0", + "version": "0.72.1", "main": "index.js", "browser": "browser.js", "scripts": { diff --git a/napi/parser/CHANGELOG.md b/napi/parser/CHANGELOG.md index 0d4f573db0cf5..6375ea491d01d 100644 --- a/napi/parser/CHANGELOG.md +++ b/napi/parser/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/), and this project does not adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) until v1.0.0. +## [0.72.1] - 2025-05-28 + +### Features + +- b8aa4e3 napi/parser: `parseAsync` support raw transfer (#11335) (overlookmotel) + +## [0.72.1] - 2025-05-28 + +### Features + +- b8aa4e3 napi/parser: `parseAsync` support raw transfer (#11335) (overlookmotel) + ## [0.72.0] - 2025-05-24 ### Features diff --git a/napi/parser/Cargo.toml b/napi/parser/Cargo.toml index 632c1d8a6b036..3b55a532a8eb1 100644 --- a/napi/parser/Cargo.toml +++ b/napi/parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_parser_napi" -version = "0.72.0" +version = "0.72.1" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/napi/parser/package.json b/napi/parser/package.json index 45be30e31fcbe..855c0004be247 100644 --- a/napi/parser/package.json +++ b/napi/parser/package.json @@ -1,6 +1,6 @@ { "name": "oxc-parser", - "version": "0.72.0", + "version": "0.72.1", "main": "index.js", "browser": "wasm.mjs", "scripts": { diff --git a/napi/transform/Cargo.toml b/napi/transform/Cargo.toml index db15a4bf5fd86..cb8407723b54b 100644 --- a/napi/transform/Cargo.toml +++ b/napi/transform/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_transform_napi" -version = "0.72.0" +version = "0.72.1" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/napi/transform/package.json b/napi/transform/package.json index 06753eb1980c5..03ae629a0d921 100644 --- a/napi/transform/package.json +++ b/napi/transform/package.json @@ -1,6 +1,6 @@ { "name": "oxc-transform", - "version": "0.72.0", + "version": "0.72.1", "main": "index.js", "browser": "browser.js", "scripts": { diff --git a/npm/oxc-types/package.json b/npm/oxc-types/package.json index 9908615447900..5332a6ae2af2d 100644 --- a/npm/oxc-types/package.json +++ b/npm/oxc-types/package.json @@ -1,6 +1,6 @@ { "name": "@oxc-project/types", - "version": "0.72.0", + "version": "0.72.1", "description": "Types for Oxc AST nodes", "keywords": [ "AST", diff --git a/npm/runtime/package.json b/npm/runtime/package.json index aa76bc592aa5c..67aefd6272a0a 100644 --- a/npm/runtime/package.json +++ b/npm/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@oxc-project/runtime", - "version": "0.72.0", + "version": "0.72.1", "description": "Oxc's modular runtime helpers", "license": "MIT", "repository": {