From 4b0df044bd6b096c3ba3ea3b2ea66e71afaa375d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donny/=EA=B0=95=EB=8F=99=EC=9C=A4?= Date: Wed, 11 May 2022 14:37:30 +0900 Subject: [PATCH] chore: Publish `v1.2.182` --- Cargo.lock | 2 +- crates/binding_core_wasm/Cargo.toml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b27a76b9f9b..c305a732d82 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -213,7 +213,7 @@ dependencies = [ [[package]] name = "binding_core_wasm" -version = "1.2.181" +version = "1.2.182" dependencies = [ "anyhow", "console_error_panic_hook", diff --git a/crates/binding_core_wasm/Cargo.toml b/crates/binding_core_wasm/Cargo.toml index 4dfa70d8da8..b7b275548be 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.181" +version = "1.2.182" [lib] bench = false diff --git a/package.json b/package.json index 6ba92e07381..4c7102b2d0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@swc/core", - "version": "1.2.181", + "version": "1.2.182", "description": "Super-fast alternative for babel", "homepage": "https://swc.rs", "main": "./index.js",