chore: Publish crates

This commit is contained in:
SWC Bot 2022-10-02 10:32:44 +00:00
parent 8fea8ca3fa
commit 5000d05af1
3 changed files with 6 additions and 3 deletions

View File

@ -5,6 +5,9 @@
- **(bindings)** Fix type definitions (#6018) ([8fea8ca](https://github.com/swc-project/swc/commit/8fea8ca3fa5d9d441b67bffe5f64efbcc9ea4d2c))
- **(es/codegen)** Improve performance of debug build (#6003) ([8b31b65](https://github.com/swc-project/swc/commit/8b31b65059a3b62fd1d12be57e0b62f62e499354))
@ -29,7 +32,7 @@
- **(ci)** Merge CI scripts (#5999) ([10fb645](https://github.com/swc-project/swc/commit/10fb645552131d48c99789b346e6c31ed3a969cb))
- **(ci)** Merge CI scripts (#5999) ([10fb645](https://github.com/swc-project/swc/commit/10fb645552131d48c99789b346e6c31ed3a969cb))- **general**: Update `README.md` (#6007) ([185d6fe](https://github.com/swc-project/swc/commit/185d6fe98276d413a10159cac96adce1e2e4d549))
### Testing

2
Cargo.lock generated
View File

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