chore: Publish crates

This commit is contained in:
SWC Bot 2022-10-26 23:02:01 +00:00
parent 4c293f965b
commit ab4fd93082
3 changed files with 8 additions and 2 deletions

View File

@ -13,6 +13,12 @@
- **(css/parser)** Refactor more (#6251) ([a0e4684](https://github.com/swc-project/swc/commit/a0e4684476e1dba7afec7ac732044d44bb06ef6d))
### Testing
- **(css/parser)** Add tests for refactoring (#6262) ([4c293f9](https://github.com/swc-project/swc/commit/4c293f965b380e49790cdf4fd8c1e1cb3845e9c5))
## [1.3.11] - 2022-10-26
### Bug Fixes

2
Cargo.lock generated
View File

@ -776,7 +776,7 @@ dependencies = [
[[package]]
name = "dbg-swc"
version = "0.58.74"
version = "0.58.75"
dependencies = [
"anyhow",
"clap 3.1.0",

View File

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