mirror of
https://github.com/swc-project/swc.git
synced 2024-12-26 15:12:08 +03:00
chore: Publish crates
This commit is contained in:
parent
8fea8ca3fa
commit
5000d05af1
@ -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
2
Cargo.lock
generated
@ -742,7 +742,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "dbg-swc"
|
||||
version = "0.56.36"
|
||||
version = "0.56.37"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap 3.1.0",
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user