chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-22 10:06:36 +00:00
parent 13b2f38cdd
commit 03f1c14840
3 changed files with 5 additions and 2 deletions

View File

@ -28,6 +28,9 @@
- **(es/parser)** Make `let` a reserved word in strict mode (#4113) ([9a8fc27](https://github.com/swc-project/swc/commit/9a8fc2776e8bbd349a0a86eb558e2e96f33c0242))
- **(es/typescript)** Collect all bindings in `strip` (#4118) ([13b2f38](https://github.com/swc-project/swc/commit/13b2f38cdd9b11b5a4e021ef3340458071d4a926))
### Features

2
Cargo.lock generated
View File

@ -3693,7 +3693,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_typescript"
version = "0.102.0"
version = "0.102.1"
dependencies = [
"serde",
"swc_atoms",

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.102.0"
version = "0.102.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]