chore: Publish crates

This commit is contained in:
SWC Bot 2022-04-01 11:14:19 +00:00
parent 688f653323
commit d2f44095dc
3 changed files with 5 additions and 2 deletions

View File

@ -17,6 +17,9 @@
- **(es/minifier)** Add fast-path for sequences pass (#4217) ([688f653](https://github.com/swc-project/swc/commit/688f653323cc9480f9c262040e0bc3861a2ffff9))
- **(es/parser)** Improve performance by using `#[cold]` (#4215) ([1645562](https://github.com/swc-project/swc/commit/164556290b03cd530ad5158947cd28310c18fb12))
## [1.2.162] - 2022-03-31

2
Cargo.lock generated
View File

@ -3227,7 +3227,7 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.98.0"
version = "0.98.1"
dependencies = [
"ahash",
"ansi_term",

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/lists/*.json"]
license = "Apache-2.0"
name = "swc_ecma_minifier"
repository = "https://github.com/swc-project/swc.git"
version = "0.98.0"
version = "0.98.1"
[package.metadata.docs.rs]
all-features = true