chore: Publish crates

This commit is contained in:
SWC Bot 2022-04-15 14:18:51 +00:00
parent ea466afdc8
commit 8191762dd5
3 changed files with 5 additions and 2 deletions

View File

@ -44,6 +44,9 @@
- **(es/parser)** Enable static blocks by default (#4334) ([7599fe7](https://github.com/swc-project/swc/commit/7599fe74317f790cce8f8638e84c320c5ebbc4c2))
- **(es/parser)** Make parsing of TS InstantiationExpr more permissive (#4332) ([ea466af](https://github.com/swc-project/swc/commit/ea466afdc8dc6b64be81244a8c0261ac34f22157))
- **(node-swc/types)** Add `isTypeOnly` to types (#4303) ([1a48732](https://github.com/swc-project/swc/commit/1a48732e78b9c650f93320f4d6f7be57a9f4a6c4))
### Features

2
Cargo.lock generated
View File

@ -3303,7 +3303,7 @@ dependencies = [
[[package]]
name = "swc_ecma_parser"
version = "0.102.0"
version = "0.102.1"
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.102.0"
version = "0.102.1"
[package.metadata.docs.rs]
all-features = true