From e0c362b978f1c6a64d4f8a397732e2d448d326bd Mon Sep 17 00:00:00 2001 From: Donny Date: Thu, 20 Jan 2022 12:04:05 +0900 Subject: [PATCH] chore: Publish `v1.2.132` --- Cargo.lock | 2 +- crates/wasm/Cargo.toml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5a531849a74..ab67d7f0cc5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4040,7 +4040,7 @@ checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" [[package]] name = "wasm" -version = "1.2.131" +version = "1.2.132" dependencies = [ "anyhow", "console_error_panic_hook", diff --git a/crates/wasm/Cargo.toml b/crates/wasm/Cargo.toml index cc9e4412360..e5665acfcd7 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.131" +version = "1.2.132" [lib] crate-type = ["cdylib"] diff --git a/package.json b/package.json index 86864619851..91ba6e724eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@swc/core", - "version": "1.2.131", + "version": "1.2.132", "description": "Super-fast alternative for babel", "homepage": "https://swc.rs", "main": "./index.js",