chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-23 09:44:48 +00:00
parent b7a195a1cf
commit ea92ae10e8
3 changed files with 5 additions and 2 deletions

View File

@ -64,6 +64,9 @@
- **(es/minifier)** Make `rust-analyzer` fast, really (#4746) ([49b3c27](https://github.com/swc-project/swc/commit/49b3c2715c3b418d982443f47e2c70e6959fd16f))
- **(es/parser)** Remove duplicate (#4750) ([b7a195a](https://github.com/swc-project/swc/commit/b7a195a1cf18763b19846b7f14efc80a0f17fd1e))
## [1.2.189] - 2022-05-21
### Bug Fixes

2
Cargo.lock generated
View File

@ -3451,7 +3451,7 @@ dependencies = [
[[package]]
name = "swc_ecma_parser"
version = "0.104.1"
version = "0.104.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.104.1"
version = "0.104.2"
[package.metadata.docs.rs]
all-features = true