chore: Publish crates

This commit is contained in:
SWC Bot 2022-07-26 01:57:46 +00:00
parent ce347461ee
commit 28395c8ca3
3 changed files with 5 additions and 2 deletions

View File

@ -29,6 +29,9 @@
- **(css/minifier)** Remove duplicate selectors (#5257) ([ce34746](https://github.com/swc-project/swc/commit/ce347461ee4cb14ef0f099abb6a8831c929f958a))
- **(css/prefixer)** Implement `preset-env` (#5247) ([e78d23d](https://github.com/swc-project/swc/commit/e78d23d193585bb088f71602a33340d0a1ed1601))

2
Cargo.lock generated
View File

@ -3217,7 +3217,7 @@ dependencies = [
[[package]]
name = "swc_css_minifier"
version = "0.76.0"
version = "0.76.1"
dependencies = [
"serde",
"swc_atoms",

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_css_minifier"
repository = "https://github.com/swc-project/swc.git"
version = "0.76.0"
version = "0.76.1"
[lib]
bench = false