chore: Publish crates

This commit is contained in:
SWC Bot 2022-10-11 08:27:41 +00:00
parent 6365acc9f5
commit fe9ca12081
3 changed files with 8 additions and 2 deletions

View File

@ -40,6 +40,12 @@
- **(swc_core)** Reexport `swc_css_compat` (#6102) ([16dc746](https://github.com/swc-project/swc/commit/16dc746cd3a1b6e03903d23a9ba78d0c65128710))
### Testing
- **(es/minifier)** Organize terser tests (#6116) ([6365acc](https://github.com/swc-project/swc/commit/6365acc9f5cb9a44671316aa03edd0e057a7d7f5))
## [1.3.6] - 2022-10-08
### Bug Fixes

2
Cargo.lock generated
View File

@ -742,7 +742,7 @@ dependencies = [
[[package]]
name = "dbg-swc"
version = "0.58.10"
version = "0.58.11"
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.10"
version = "0.58.11"
[[bin]]
bench = false