chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-05 19:54:29 +00:00
parent f7571630ca
commit 94d9416ca8
3 changed files with 5 additions and 2 deletions

View File

@ -19,6 +19,9 @@
- **(es/parser)** Use unicode id instead of xid (#3867) ([4426250](https://github.com/swc-project/swc/commit/44262508c6e122e7f9dd8e0ad961a4d6ad4a8a0c))
- **(es/parser)** Allow `await` in non-strict mode (#3871) ([f757163](https://github.com/swc-project/swc/commit/f7571630caf249b4a10101a2f1c86b2bbc12d4d6))
### Features

2
Cargo.lock generated
View File

@ -3129,7 +3129,7 @@ dependencies = [
[[package]]
name = "swc_ecma_parser"
version = "0.92.0"
version = "0.92.1"
dependencies = [
"either",
"enum_kind",

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "examples/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_parser"
repository = "https://github.com/swc-project/swc.git"
version = "0.92.0"
version = "0.92.1"
[package.metadata.docs.rs]
all-features = true