From afa97f63dffa8d87f56364146882fd567f272b46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donny/=EA=B0=95=EB=8F=99=EC=9C=A4?= Date: Mon, 14 Mar 2022 19:27:27 +0900 Subject: [PATCH] chore: Publish `v1.2.155` --- 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 701e1f29197..616fb07af5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4491,7 +4491,7 @@ checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" [[package]] name = "wasm" -version = "1.2.154" +version = "1.2.155" dependencies = [ "anyhow", "console_error_panic_hook", diff --git a/crates/wasm/Cargo.toml b/crates/wasm/Cargo.toml index 5084c369826..affceba9169 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.154" +version = "1.2.155" [lib] crate-type = ["cdylib"] diff --git a/package.json b/package.json index c3139f6589d..69c1ac03e80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@swc/core", - "version": "1.2.154", + "version": "1.2.155", "description": "Super-fast alternative for babel", "homepage": "https://swc.rs", "main": "./index.js",