mirror of
https://github.com/swc-project/swc.git
synced 2024-12-25 06:36:08 +03:00
chore: Publish crates
This commit is contained in:
parent
6420aefca5
commit
70ec648a63
14
CHANGELOG.md
14
CHANGELOG.md
@ -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
2
Cargo.lock
generated
@ -974,7 +974,7 @@ checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb"
|
||||
|
||||
[[package]]
|
||||
name = "dbg-swc"
|
||||
version = "0.87.52"
|
||||
version = "0.87.53"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap 3.2.25",
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user