chore: Publish crates

This commit is contained in:
SWC Bot 2022-12-02 04:30:50 +00:00
parent 4d422b6228
commit a9cccb08f5
3 changed files with 8 additions and 2 deletions

View File

@ -34,6 +34,12 @@
- **(xml/parser)** Simplify logic for parsing elements (#6557) ([85a03e7](https://github.com/swc-project/swc/commit/85a03e71b7fe98d6f4f7c3fd0e49ce862130dfcc)) - **(xml/parser)** Simplify logic for parsing elements (#6557) ([85a03e7](https://github.com/swc-project/swc/commit/85a03e71b7fe98d6f4f7c3fd0e49ce862130dfcc))
### Testing
- **(css/parser)** Move vendor tests (#6564) ([4d422b6](https://github.com/swc-project/swc/commit/4d422b6228c0a29e3e540697e805be5ae33f4cf2))
## [1.3.21] - 2022-11-30 ## [1.3.21] - 2022-11-30
### Bug Fixes ### Bug Fixes

2
Cargo.lock generated
View File

@ -842,7 +842,7 @@ dependencies = [
[[package]] [[package]]
name = "dbg-swc" name = "dbg-swc"
version = "0.59.3" version = "0.59.4"
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.59.3" version = "0.59.4"
[[bin]] [[bin]]
bench = false bench = false