chore: Publish crates

This commit is contained in:
SWC Bot 2023-10-05 08:36:48 +00:00
parent 6420aefca5
commit 70ec648a63
3 changed files with 10 additions and 8 deletions

View File

@ -1,4 +1,12 @@
# Changelog
## [unreleased]
### Miscellaneous Tasks
- Use `cargo xtask` ([#8068](https://github.com/swc-project/swc/issues/8068)) ([6420aef](https://github.com/swc-project/swc/commit/6420aefca5bd22af3a75b7ad34741509ed35377a))
## [1.3.92] - 2023-10-05
### Bug Fixes
@ -1952,10 +1960,4 @@ Full refactor of the "calc" simplification to be more compliant with the spec. (
- **(es/typescript)** Fix handling of non-uppercase JSX elements ([#6928](https://github.com/swc-project/swc/issues/6928)) ([ebc65c7](https://github.com/swc-project/swc/commit/ebc65c7dcba4ccfeb7c0a1e200b5130bc8a15791))
### Miscellaneous Tasks
- Bump swc_css_* ([#6924](https://github.com/swc-project/swc/issues/6924)) ([75376cd](https://github.com/swc-project/swc/commit/75376cd65cf10e9777aab5e00abf9f851a222a49))
<!-- generated by git-cliff -->

2
Cargo.lock generated
View File

@ -974,7 +974,7 @@ checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb"
[[package]]
name = "dbg-swc"
version = "0.87.52"
version = "0.87.53"
dependencies = [
"anyhow",
"clap 3.2.25",

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.87.52"
version = "0.87.53"
[[bin]]
bench = false