chore: Publish crates

This commit is contained in:
Donny 2022-01-19 13:25:21 +09:00
parent 18cd98e54c
commit 173a3a2ac9
3 changed files with 8 additions and 2 deletions

View File

@ -25,6 +25,12 @@
- **(es/resolver)** Ignore names of jsx attributes (#3289) ([9a89895](https://github.com/swc-project/swc/commit/9a898951bc14e96af926e8a47a87d9220eaf4826)) - **(es/resolver)** Ignore names of jsx attributes (#3289) ([9a89895](https://github.com/swc-project/swc/commit/9a898951bc14e96af926e8a47a87d9220eaf4826))
### Documentation
- **(swc)** Document `typescript::strip` (#3305) ([18cd98e](https://github.com/swc-project/swc/commit/18cd98e54cdd3c651fc12815aa59a6640a1c0dcb))
### Features ### Features

2
Cargo.lock generated
View File

@ -2652,7 +2652,7 @@ dependencies = [
[[package]] [[package]]
name = "swc" name = "swc"
version = "0.116.6" version = "0.116.7"
dependencies = [ dependencies = [
"ahash", "ahash",
"anyhow", "anyhow",

View File

@ -9,7 +9,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc" name = "swc"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.116.6" version = "0.116.7"
[lib] [lib]
name = "swc" name = "swc"