chore: Publish crates

This commit is contained in:
SWC Bot 2022-07-21 06:06:19 +00:00
parent c0ace4cb2c
commit 17bc1a6d86
3 changed files with 5 additions and 2 deletions

View File

@ -11,6 +11,9 @@
- **(es/decorators)** Use decorated consturctors (#5263) ([d9877e3](https://github.com/swc-project/swc/commit/d9877e305a3989e88b696135cb7cf16fc63e940f))
- **(es/modules)** Use a private context for `export from` (#5262) ([c0ace4c](https://github.com/swc-project/swc/commit/c0ace4cb2c63b81dc08e35d6a59f9a9bcd961985))
- **(html/minifier)** Don't break unknown attributes (#5256) ([4f55459](https://github.com/swc-project/swc/commit/4f55459b013eeee8374ee9587e7d7c71d16262ec))
### Features

2
Cargo.lock generated
View File

@ -3089,7 +3089,7 @@ dependencies = [
[[package]]
name = "swc_common"
version = "0.24.2"
version = "0.24.3"
dependencies = [
"ahash",
"anyhow",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_common"
repository = "https://github.com/swc-project/swc.git"
version = "0.24.2"
version = "0.24.3"
[package.metadata.docs.rs]
all-features = true