chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-07 10:55:48 +00:00
parent 372f298f5f
commit b2eae2d539
3 changed files with 8 additions and 2 deletions

View File

@ -7,6 +7,12 @@
- **(es/typescript)** Remove imports used in interfaces and type signatures (#3893) ([5c92b2d](https://github.com/swc-project/swc/commit/5c92b2d4cee64686d0aad788b177b34cd2fd3bfc)) - **(es/typescript)** Remove imports used in interfaces and type signatures (#3893) ([5c92b2d](https://github.com/swc-project/swc/commit/5c92b2d4cee64686d0aad788b177b34cd2fd3bfc))
### Features
- **(common)** Align `stable_hasher` to latest rustc (#3895) ([372f298](https://github.com/swc-project/swc/commit/372f298f5f6faae804370a3caaf8dce309fcb9f5))
## [1.2.151] - 2022-03-07 ## [1.2.151] - 2022-03-07
### Bug Fixes ### Bug Fixes

2
Cargo.lock generated
View File

@ -2833,7 +2833,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_common" name = "swc_common"
version = "0.17.10" version = "0.17.11"
dependencies = [ dependencies = [
"ahash", "ahash",
"anyhow", "anyhow",

View File

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