chore: Publish crates

This commit is contained in:
SWC Bot 2022-07-14 05:29:39 +00:00
parent fbfa59b5b7
commit d8f387dc21
3 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,9 @@
- **(es)** Add quote to `swc_ecmascript` (#5199) ([fbfa59b](https://github.com/swc-project/swc/commit/fbfa59b5b78ed76350be246eecba86f8fe8b4234))
- **(html/parser)** Add `raw` to comments (#5196) ([dead719](https://github.com/swc-project/swc/commit/dead719550b1ac3024e07f77905ce7b064f102c4))
### Testing

2
Cargo.lock generated
View File

@ -3831,7 +3831,7 @@ dependencies = [
[[package]]
name = "swc_ecmascript"
version = "0.181.0"
version = "0.181.1"
dependencies = [
"swc_ecma_ast",
"swc_ecma_codegen",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecmascript"
repository = "https://github.com/swc-project/swc.git"
version = "0.181.0"
version = "0.181.1"
[package.metadata.docs.rs]
all-features = true