mirror of
https://github.com/swc-project/swc.git
synced 2024-12-25 22:56:11 +03:00
chore: Publish crates
This commit is contained in:
parent
80834843f4
commit
40d7cda38e
@ -7,6 +7,12 @@
|
|||||||
|
|
||||||
- **(es/parser)** Fix `typeof` in `TSCallSignatureDeclaration` (#6553) ([aa28aa0](https://github.com/swc-project/swc/commit/aa28aa0c7fefcaea063340c711a5ea8a3ba60e7b))
|
- **(es/parser)** Fix `typeof` in `TSCallSignatureDeclaration` (#6553) ([aa28aa0](https://github.com/swc-project/swc/commit/aa28aa0c7fefcaea063340c711a5ea8a3ba60e7b))
|
||||||
|
|
||||||
|
### Miscellaneous Tasks
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
- **(ci)** Add debug logs for cli binaries (#6556) ([8083484](https://github.com/swc-project/swc/commit/80834843f4180bc292f8b2959b1390a07bec0a77))
|
||||||
|
|
||||||
## [1.3.21] - 2022-11-30
|
## [1.3.21] - 2022-11-30
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -842,7 +842,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "dbg-swc"
|
name = "dbg-swc"
|
||||||
version = "0.59.1"
|
version = "0.59.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"clap 3.1.0",
|
"clap 3.1.0",
|
||||||
|
@ -5,7 +5,7 @@ edition = "2021"
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "dbg-swc"
|
name = "dbg-swc"
|
||||||
repository = "https://github.com/kdy1/dbg-swc.git"
|
repository = "https://github.com/kdy1/dbg-swc.git"
|
||||||
version = "0.59.1"
|
version = "0.59.2"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
bench = false
|
bench = false
|
||||||
|
Loading…
Reference in New Issue
Block a user