mirror of
https://github.com/swc-project/swc.git
synced 2024-11-27 04:47:03 +03:00
chore: Publish crates
This commit is contained in:
parent
b337c2e2d4
commit
5800737752
@ -5,6 +5,9 @@
|
||||
|
||||
|
||||
|
||||
- **(es)** Sort spans while preserving comments (#4011) ([b337c2e](https://github.com/swc-project/swc/commit/b337c2e2d4716520c3cf718b2037d299d9654bc5))
|
||||
|
||||
|
||||
- **(es/parser)** Report an error if `LeftHandSideExpression` is invalid (#4001) ([f8d6127](https://github.com/swc-project/swc/commit/f8d6127dd1a064e2d4b255dfc1894a1b9eb89f71))
|
||||
|
||||
### Features
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -2950,7 +2950,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc"
|
||||
version = "0.152.0"
|
||||
version = "0.152.1"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"anyhow",
|
||||
|
@ -9,7 +9,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.152.0"
|
||||
version = "0.152.1"
|
||||
|
||||
[lib]
|
||||
name = "swc"
|
||||
|
Loading…
Reference in New Issue
Block a user