chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-04 11:43:59 +00:00
parent 90fdbab0d6
commit 126785681b
3 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,9 @@
- **(css/lints)** Allow empty `@layer` at-rule before `@import` at-rule (#3842) ([90fdbab](https://github.com/swc-project/swc/commit/90fdbab0d67f1fca8b52fb6df9b927cc35219445))
- **(es/module)** Fix `jest.spyOn` (#3845) ([9546eef](https://github.com/swc-project/swc/commit/9546eefe72178bbc7059d0fc6c5e7e9bbca089e0))
### Performance

2
Cargo.lock generated
View File

@ -2914,7 +2914,7 @@ dependencies = [
[[package]]
name = "swc_css_lints"
version = "0.5.0"
version = "0.5.1"
dependencies = [
"ahash",
"auto_impl",

View File

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