diff --git a/Cargo.lock b/Cargo.lock index be5435b227a..f91cf9f90b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -200,7 +200,7 @@ dependencies = [ [[package]] name = "binding_core_wasm" -version = "1.2.170" +version = "1.2.171" dependencies = [ "anyhow", "console_error_panic_hook", diff --git a/crates/binding_core_wasm/Cargo.toml b/crates/binding_core_wasm/Cargo.toml index 90f380b3884..42e62eac075 100644 --- a/crates/binding_core_wasm/Cargo.toml +++ b/crates/binding_core_wasm/Cargo.toml @@ -6,7 +6,7 @@ license = "Apache-2.0" name = "binding_core_wasm" publish = false repository = "https://github.com/swc-project/swc.git" -version = "1.2.170" +version = "1.2.171" [lib] bench = false diff --git a/package.json b/package.json index 25c9ec261ce..1c20c6f6a18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@swc/core", - "version": "1.2.170", + "version": "1.2.171", "description": "Super-fast alternative for babel", "homepage": "https://swc.rs", "main": "./index.js",