chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-13 04:48:12 +00:00
parent fa4a60a318
commit 3ac649138a
3 changed files with 5 additions and 2 deletions

View File

@ -17,6 +17,9 @@
- **(es/modules)** Fix `jsc.paths` (#4620) ([20692cd](https://github.com/swc-project/swc/commit/20692cdff1df4491382820cb38dae6fdeda12223))
- **(html/codegen)** Fix codegen (#4629) ([fa4a60a](https://github.com/swc-project/swc/commit/fa4a60a3185c048291bbc549f77281b95fbaf730))
- **(html/parser)** Fix newlines (#4633) ([a19db29](https://github.com/swc-project/swc/commit/a19db2992b5abb51629f95670c7cbd2c66a319bf))
### Features

2
Cargo.lock generated
View File

@ -3849,7 +3849,7 @@ dependencies = [
[[package]]
name = "swc_html_codegen"
version = "0.7.0"
version = "0.7.1"
dependencies = [
"auto_impl",
"bitflags",

View File

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