chore: Publish crates

This commit is contained in:
SWC Bot 2022-08-31 06:40:45 +00:00
parent 6febfe900c
commit 18efd12d97
3 changed files with 5 additions and 2 deletions

View File

@ -20,6 +20,9 @@
- **(dbg-swc)** Improve minifier comparator (#5681) ([6febfe9](https://github.com/swc-project/swc/commit/6febfe900c53010f6f0fcac87385d8e6786b369e))
- **(es/decorators)** Support `bigint` (#5671) ([b1f1a86](https://github.com/swc-project/swc/commit/b1f1a86a9df32e4bc0d9210d0a90ada8a0121cca))
### Testing

2
Cargo.lock generated
View File

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