chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-21 19:11:24 +00:00
parent 41d4437671
commit 706b38787e
3 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,9 @@
- **(es/typescript)** Mark namespaces as concrete (#4736) ([41d4437](https://github.com/swc-project/swc/commit/41d443767147f97909e6b1004cb4be6dcea207c1))
- **(html/parser)** Fix error reporting in the foreign context (#4725) ([4df0637](https://github.com/swc-project/swc/commit/4df06378179bc27562e84e0814c0878b8edf29f5))

2
Cargo.lock generated
View File

@ -3762,7 +3762,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_typescript"
version = "0.117.0"
version = "0.117.1"
dependencies = [
"criterion",
"serde",

View File

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