chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-12 06:11:52 +00:00 committed by Donny/강동윤
parent 56a227ad9d
commit cb5ca547aa
3 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,9 @@
- **(es/minifier)** Don't create direct `eval` (#4634) ([4f32070](https://github.com/swc-project/swc/commit/4f32070c0cc89c6e076319d180afbfd2b02f87bb))
- **(es/modules)** Fix `jsc.paths` (#4620) ([20692cd](https://github.com/swc-project/swc/commit/20692cdff1df4491382820cb38dae6fdeda12223))
### Features

2
Cargo.lock generated
View File

@ -3334,7 +3334,7 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.113.0"
version = "0.113.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.113.0"
version = "0.113.1"
[package.metadata.docs.rs]
all-features = true