chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-24 04:23:15 +00:00
parent f5ce79a72c
commit a293adca0a
3 changed files with 5 additions and 2 deletions

View File

@ -10,6 +10,9 @@
- **(es/parser)** Allow arrows without parenthesized param in typescript (#4138) ([ab4ea9f](https://github.com/swc-project/swc/commit/ab4ea9f0cb202d79b3713b9418271b19a64dd23a))
- **(es/parser)** Fix logic for consuming ts modifiers (#4137) ([f5ce79a](https://github.com/swc-project/swc/commit/f5ce79a72c947e255830281151c4f7fe14baa45b))
### Features

2
Cargo.lock generated
View File

@ -3392,7 +3392,7 @@ dependencies = [
[[package]]
name = "swc_ecma_parser"
version = "0.97.0"
version = "0.97.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.97.0"
version = "0.97.1"
[package.metadata.docs.rs]
all-features = true