chore: Publish crates

This commit is contained in:
SWC Bot 2022-02-23 08:53:05 +00:00
parent b1476d2ac6
commit 3c719f54e3
3 changed files with 5 additions and 2 deletions

View File

@ -20,6 +20,9 @@
- **(cli)** Support stdin (#3688) ([3cf3b20](https://github.com/swc-project/swc/commit/3cf3b20f15e8ddbb2c32405c71183cfdbbb87835))
- **(css/minifier)** Compress urange (#3668) ([b1476d2](https://github.com/swc-project/swc/commit/b1476d2ac6b7ff37653192fe7f46de9ae282b8cd))
- **(es/lints)** Implement `default-param-last` rule (#3681) ([e252265](https://github.com/swc-project/swc/commit/e252265a3f21a4c0dcef2e9c13aa7365f683b235))
### Miscellaneous Tasks

2
Cargo.lock generated
View File

@ -2836,7 +2836,7 @@ dependencies = [
[[package]]
name = "swc_css_minifier"
version = "0.50.0"
version = "0.50.1"
dependencies = [
"swc_atoms",
"swc_common",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_css_minifier"
repository = "https://github.com/swc-project/swc.git"
version = "0.50.0"
version = "0.50.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html