chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-25 16:51:14 +00:00
parent c6ec9f9cf2
commit 7a122eb089
3 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,14 @@
# Changelog
## [unreleased]
### Features
- **(html/codegen)** Omit start and end tags if it is possible (#4780) ([c6ec9f9](https://github.com/swc-project/swc/commit/c6ec9f9cf20e149ce9cb8364403a031e3547741c))
## [1.2.194] - 2022-05-25
### Bug Fixes

2
Cargo.lock generated
View File

@ -3944,7 +3944,7 @@ dependencies = [
[[package]]
name = "swc_html_codegen"
version = "0.9.2"
version = "0.9.3"
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.9.2"
version = "0.9.3"
[lib]
bench = false