chore: Publish crates

This commit is contained in:
SWC Bot 2022-06-01 00:37:05 +00:00
parent e083d0eb5a
commit 4dfc4d7dbd
3 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,9 @@
- **(css/parser)** Fix parsing of constant function (#4856) ([e083d0e](https://github.com/swc-project/swc/commit/e083d0eb5a0fe0589876722ce4bdecfe9c006120))
- **(html/parser)** Fix span of lexer errors (#4846) ([f830726](https://github.com/swc-project/swc/commit/f83072602725e0357a54bd6a5a0655c9430c7f95))
### Features

2
Cargo.lock generated
View File

@ -3209,7 +3209,7 @@ dependencies = [
[[package]]
name = "swc_css_parser"
version = "0.101.3"
version = "0.101.4"
dependencies = [
"bitflags",
"lexical",

View File

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