From b589f2b77114cc2f9b485673f12ca6c1a1379a88 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Wed, 10 Aug 2022 05:19:00 +0000 Subject: [PATCH] chore: Publish crates --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- crates/binding_macros/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 790af084f7b..f85b8abe23c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,12 @@ - **(swc_core)** Add macros for wasm bindings (#5430) ([5348195](https://github.com/swc-project/swc/commit/5348195996c7ac70d584ab3be0d87a3ac931c44c)) +### Refactor + + + +- **(binding/macros)** Update import references (#5431) ([f43461d](https://github.com/swc-project/swc/commit/f43461d6459bf351d6379552d7e2e9c55656e4c1)) + ### Testing diff --git a/Cargo.lock b/Cargo.lock index e2a8df0c3b7..ef69195407d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -198,7 +198,7 @@ dependencies = [ [[package]] name = "binding_macros" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "console_error_panic_hook", diff --git a/crates/binding_macros/Cargo.toml b/crates/binding_macros/Cargo.toml index 3b529a3803d..08edc517da3 100644 --- a/crates/binding_macros/Cargo.toml +++ b/crates/binding_macros/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "Apache-2.0" name = "binding_macros" repository = "https://github.com/swc-project/swc.git" -version = "0.1.0" +version = "0.1.1" [lib] bench = false