From 7b921bcb50f9ac698f41aa539e1df52fdda750e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donny/=EA=B0=95=EB=8F=99=EC=9C=A4?= Date: Wed, 17 Aug 2022 09:34:38 +0900 Subject: [PATCH] chore: Publish `v1.2.236` --- bindings/Cargo.lock | 2 +- bindings/binding_core_wasm/Cargo.toml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bindings/Cargo.lock b/bindings/Cargo.lock index a8c4d6e7cc1..f113374ccf3 100644 --- a/bindings/Cargo.lock +++ b/bindings/Cargo.lock @@ -191,7 +191,7 @@ dependencies = [ [[package]] name = "binding_core_wasm" -version = "1.2.235" +version = "1.2.236" dependencies = [ "swc_core", "wasm-bindgen", diff --git a/bindings/binding_core_wasm/Cargo.toml b/bindings/binding_core_wasm/Cargo.toml index c3e26f6bb4c..0d612b2ee2e 100644 --- a/bindings/binding_core_wasm/Cargo.toml +++ b/bindings/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.235" +version = "1.2.236" [lib] bench = false diff --git a/package.json b/package.json index c123056e33c..49ee2e522c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@swc/core", - "version": "1.2.235", + "version": "1.2.236", "description": "Super-fast alternative for babel", "homepage": "https://swc.rs", "main": "./index.js",