chore: Publish crates

This commit is contained in:
SWC Bot 2022-09-10 16:23:17 +00:00
parent bb427c4267
commit b2b7b23460
3 changed files with 8 additions and 2 deletions

View File

@ -7,6 +7,12 @@
- **(es/parser)** Improve jsx lexer (#5805) ([97729e5](https://github.com/swc-project/swc/commit/97729e5d2bc74841ac2907902ddbd413d5645f9a))
### Build
- **(bindings)** Use new llvm pass manager (#5816) ([bb427c4](https://github.com/swc-project/swc/commit/bb427c4267d005f77e3aca4bd6c8c65b2c508ee8))
## [1.3.0] - 2022-09-10
### Bug Fixes

2
Cargo.lock generated
View File

@ -728,7 +728,7 @@ dependencies = [
[[package]]
name = "dbg-swc"
version = "0.53.5"
version = "0.53.6"
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.53.5"
version = "0.53.6"
[[bin]]
bench = false