diff --git a/Cargo.lock b/Cargo.lock index 321dd88bd7a..2db03b49f11 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3973,7 +3973,7 @@ checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" [[package]] name = "wasm" -version = "1.2.140" +version = "1.2.141" dependencies = [ "anyhow", "console_error_panic_hook", diff --git a/crates/wasm/Cargo.toml b/crates/wasm/Cargo.toml index 77a8dc6d408..5d1f939f778 100644 --- a/crates/wasm/Cargo.toml +++ b/crates/wasm/Cargo.toml @@ -6,7 +6,7 @@ license = "Apache-2.0" name = "wasm" publish = false repository = "https://github.com/swc-project/swc.git" -version = "1.2.140" +version = "1.2.141" [lib] crate-type = ["cdylib"] diff --git a/package.json b/package.json index 703222bf9b7..910294a8e5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@swc/core", - "version": "1.2.140", + "version": "1.2.141", "description": "Super-fast alternative for babel", "homepage": "https://swc.rs", "main": "./index.js",