chore: Publish crates

This commit is contained in:
SWC Bot 2022-09-04 14:37:47 +00:00
parent 49e0c71cba
commit d0f5cd38c6
3 changed files with 8 additions and 2 deletions

View File

@ -7,6 +7,12 @@
- **(es/minifier)** Fix example (#5739) ([4e98980](https://github.com/swc-project/swc/commit/4e989807d71aa9a6c019c6a5a01acbbee9ec6020))
### Performance
- **(bindings)** Enable LTO (#5740) ([49e0c71](https://github.com/swc-project/swc/commit/49e0c71cba9291ea313deffc891d9db8c9216627))
## [1.2.247] - 2022-09-04
### Bug Fixes

2
Cargo.lock generated
View File

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