chore: Publish crates

This commit is contained in:
SWC Bot 2022-04-07 08:11:17 +00:00
parent 434dcf4af7
commit 9feabcd145
3 changed files with 8 additions and 2 deletions

View File

@ -7,6 +7,12 @@
- **(plugin)** Align version of `swc_common` to include dummy comment api (#4270) ([fad652f](https://github.com/swc-project/swc/commit/fad652f879d12a1015b4500f0a512232c9433c2d))
### Refactor
- **(es/minifier)** Merge code for multi-replacer (#4269) ([434dcf4](https://github.com/swc-project/swc/commit/434dcf4af786a7d31827f7b078dea40efc35b64f))
## [1.2.164] - 2022-04-07
### Bug Fixes

2
Cargo.lock generated
View File

@ -3237,7 +3237,7 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.100.2"
version = "0.100.3"
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.100.2"
version = "0.100.3"
[package.metadata.docs.rs]
all-features = true