mirror of
https://github.com/swc-project/swc.git
synced 2024-12-24 22:22:34 +03:00
chore: Publish crates
This commit is contained in:
parent
4d422b6228
commit
a9cccb08f5
@ -34,6 +34,12 @@
|
||||
|
||||
- **(xml/parser)** Simplify logic for parsing elements (#6557) ([85a03e7](https://github.com/swc-project/swc/commit/85a03e71b7fe98d6f4f7c3fd0e49ce862130dfcc))
|
||||
|
||||
### Testing
|
||||
|
||||
|
||||
|
||||
- **(css/parser)** Move vendor tests (#6564) ([4d422b6](https://github.com/swc-project/swc/commit/4d422b6228c0a29e3e540697e805be5ae33f4cf2))
|
||||
|
||||
## [1.3.21] - 2022-11-30
|
||||
|
||||
### Bug Fixes
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -842,7 +842,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "dbg-swc"
|
||||
version = "0.59.3"
|
||||
version = "0.59.4"
|
||||
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.59.3"
|
||||
version = "0.59.4"
|
||||
|
||||
[[bin]]
|
||||
bench = false
|
||||
|
Loading…
Reference in New Issue
Block a user