chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-07 19:42:40 +00:00
parent 3a9af73167
commit a64473dc34
3 changed files with 8 additions and 2 deletions

View File

@ -25,6 +25,12 @@
- **(es/parser)** Improve performance by adjusting inlining (#3902) ([4387813](https://github.com/swc-project/swc/commit/43878137e71894fbb3367473317ba65de5e40616)) - **(es/parser)** Improve performance by adjusting inlining (#3902) ([4387813](https://github.com/swc-project/swc/commit/43878137e71894fbb3367473317ba65de5e40616))
### Refactor
- **(css/parser)** Remove unused codes (#3903) ([3a9af73](https://github.com/swc-project/swc/commit/3a9af7316748641e8b59b59d014513456ecfc606))
## [1.2.151] - 2022-03-07 ## [1.2.151] - 2022-03-07
### Bug Fixes ### Bug Fixes

2
Cargo.lock generated
View File

@ -2948,7 +2948,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_css_parser" name = "swc_css_parser"
version = "0.96.1" version = "0.96.2"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"lexical", "lexical",

View File

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