chore: Publish crates

This commit is contained in:
SWC Bot 2023-02-27 02:40:15 +00:00
parent 3e3e41a175
commit 460a5cb897
3 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,9 @@
- **(bindings/cli)** Implement `source-file-name` and `source-root` options (#6973) ([3e3e41a](https://github.com/swc-project/swc/commit/3e3e41a1756519515df193db903f6992995420e9))
- **(css/utils)** Fix minification of class names with whitespace (#6983) ([cc1d9bd](https://github.com/swc-project/swc/commit/cc1d9bd567340203d5d2bd228a4d0b19f8052202)) - **(css/utils)** Fix minification of class names with whitespace (#6983) ([cc1d9bd](https://github.com/swc-project/swc/commit/cc1d9bd567340203d5d2bd228a4d0b19f8052202))

2
Cargo.lock generated
View File

@ -844,7 +844,7 @@ dependencies = [
[[package]] [[package]]
name = "dbg-swc" name = "dbg-swc"
version = "0.66.55" version = "0.66.56"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap 3.1.0", "clap 3.1.0",

View File

@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0" license = "Apache-2.0"
name = "dbg-swc" name = "dbg-swc"
repository = "https://github.com/kdy1/dbg-swc.git" repository = "https://github.com/kdy1/dbg-swc.git"
version = "0.66.55" version = "0.66.56"
[[bin]] [[bin]]
bench = false bench = false