chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-05 10:03:49 +00:00
parent e70c9d8f22
commit 81b2e6153e
3 changed files with 5 additions and 2 deletions

View File

@ -8,6 +8,9 @@
- **(css/lints)** Allow empty `@layer` at-rule before `@import` at-rule (#3842) ([90fdbab](https://github.com/swc-project/swc/commit/90fdbab0d67f1fca8b52fb6df9b927cc35219445))
- **(es/minifier)** Don't remove comments if `compress` is not configured (#3866) ([e70c9d8](https://github.com/swc-project/swc/commit/e70c9d8f22ad91f7a1246ac60b0ace8a3b3e7d79))
- **(es/module)** Fix `jest.spyOn` (#3845) ([9546eef](https://github.com/swc-project/swc/commit/9546eefe72178bbc7059d0fc6c5e7e9bbca089e0))
### Features

2
Cargo.lock generated
View File

@ -3093,7 +3093,7 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.85.0"
version = "0.85.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.85.0"
version = "0.85.1"
[package.metadata.docs.rs]
all-features = true