chore: Publish crates

This commit is contained in:
SWC Bot 2022-04-03 14:12:13 +00:00
parent 6d380ea6fa
commit 14ab63b26e
3 changed files with 5 additions and 2 deletions

View File

@ -7,6 +7,9 @@
- **(es/minifier)** Remap variables on IIFE evaluation (#4230) ([55b98fc](https://github.com/swc-project/swc/commit/55b98fc87470cc5b2e2645ae8588c106c490fb3a))
- **(es/parser)** Support error reporting for TS1274 (#4232) ([6d380ea](https://github.com/swc-project/swc/commit/6d380ea6faf1bde18c6f92c87ed0395c674a1ead))
### Features

2
Cargo.lock generated
View File

@ -3263,7 +3263,7 @@ dependencies = [
[[package]]
name = "swc_ecma_parser"
version = "0.99.0"
version = "0.99.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.99.0"
version = "0.99.1"
[package.metadata.docs.rs]
all-features = true