chore: Publish crates

This commit is contained in:
SWC Bot 2022-02-25 12:52:25 +00:00
parent 342dccce47
commit 233e5d2a73
3 changed files with 5 additions and 2 deletions

View File

@ -8,6 +8,9 @@
- **(es/helpers)** Cast the result of the `instanceof` helper to boolean (#3728) ([72c9e6c](https://github.com/swc-project/swc/commit/72c9e6ca2b8186c4b297658bec1ce37912898d9f))
- **(es/parser)** Handle trailing comma and bracket after an arrow function in conditional (#3685) ([342dccc](https://github.com/swc-project/swc/commit/342dccce473aa507eabb3eed96485e2ff0674188))
- **(plugin/macro)** Do not free guest memory twice (#3732) ([d8b0166](https://github.com/swc-project/swc/commit/d8b01660dcd0bca43993043e8fa6ed33c62894a9))
### Features

2
Cargo.lock generated
View File

@ -3056,7 +3056,7 @@ dependencies = [
[[package]]
name = "swc_ecma_parser"
version = "0.91.7"
version = "0.91.8"
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.91.7"
version = "0.91.8"
[package.metadata.docs.rs]
all-features = true