From 8ed88a766a215a0fc602c5bd1aa9841a9faaad47 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Thu, 15 Dec 2022 23:58:39 +0000 Subject: [PATCH] chore: Publish crates --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- crates/dbg-swc/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 325c89a3b481..27f38d4dca79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,12 @@ - **(css/prefixer)** Use `eq_ignore_span` (#6656) ([d4660a4](https://github.com/swc-project/swc/commit/d4660a4673e19d628b7720e1352fa905bdc4456a)) +### Testing + + + +- **(css/parser)** Add a test (#6666) ([87e1efd](https://github.com/swc-project/swc/commit/87e1efd98ce3c58325ee047c2b01b0df575e921f)) + ## [1.3.23] - 2022-12-14 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 4b4a47ba3f2f..bf12397e0168 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -842,7 +842,7 @@ dependencies = [ [[package]] name = "dbg-swc" -version = "0.60.4" +version = "0.60.5" dependencies = [ "anyhow", "clap 3.1.0", diff --git a/crates/dbg-swc/Cargo.toml b/crates/dbg-swc/Cargo.toml index 02d1b3de7829..8ac16899fddc 100644 --- a/crates/dbg-swc/Cargo.toml +++ b/crates/dbg-swc/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "Apache-2.0" name = "dbg-swc" repository = "https://github.com/kdy1/dbg-swc.git" -version = "0.60.4" +version = "0.60.5" [[bin]] bench = false