chore: Publish crates

This commit is contained in:
SWC Bot 2022-07-13 10:58:04 +00:00
parent ec9378370d
commit 364be526f1
3 changed files with 5 additions and 2 deletions

View File

@ -7,6 +7,9 @@
- **(es)** Check the syntax context of `arguments` (#5174) ([375774d](https://github.com/swc-project/swc/commit/375774d31e690142faeb8422fed4cc996bf1de16))
- **(es/parser)** Fix parsing of export specifiers (#5190) ([ec93783](https://github.com/swc-project/swc/commit/ec9378370dd870c304143219afed04624075141f))
### Features

2
Cargo.lock generated
View File

@ -3448,7 +3448,7 @@ dependencies = [
[[package]]
name = "swc_ecma_parser"
version = "0.112.1"
version = "0.112.2"
dependencies = [
"criterion",
"either",

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.112.1"
version = "0.112.2"
[package.metadata.docs.rs]
all-features = true