chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-15 05:53:53 +00:00
parent b337c2e2d4
commit 5800737752
3 changed files with 5 additions and 2 deletions

View File

@ -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
View File

@ -2950,7 +2950,7 @@ dependencies = [
[[package]]
name = "swc"
version = "0.152.0"
version = "0.152.1"
dependencies = [
"ahash",
"anyhow",

View File

@ -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"