chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-07 10:36:36 +00:00
parent 5c92b2d4ce
commit e7e2fe148a
3 changed files with 16 additions and 2 deletions

View File

@ -1,6 +1,20 @@
# Changelog
## [unreleased]
### Bug Fixes
- **(es/typescript)** Remove imports used in interfaces and type signatures (#3893) ([5c92b2d](https://github.com/swc-project/swc/commit/5c92b2d4cee64686d0aad788b177b34cd2fd3bfc))
## [1.2.151] - 2022-03-07
### Bug Fixes
- **(es/module)** Revert fix for `jest.spyOn` ([8e30d83](https://github.com/swc-project/swc/commit/8e30d83d145061c9ee256e76e77e64ab0b5552ed))
### Features

2
Cargo.lock generated
View File

@ -3432,7 +3432,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_typescript"
version = "0.94.0"
version = "0.94.1"
dependencies = [
"serde",
"swc_atoms",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_transforms_typescript"
repository = "https://github.com/swc-project/swc.git"
version = "0.94.0"
version = "0.94.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]