chore: Publish crates

This commit is contained in:
SWC Bot 2022-08-30 12:40:49 +00:00
parent b1f1a86a9d
commit a9f7cc3d5d
3 changed files with 8 additions and 2 deletions

View File

@ -13,6 +13,12 @@
- **(es/typescript)** Mark a namespace as concrete only if it is (#5670) ([4babf4a](https://github.com/swc-project/swc/commit/4babf4a2c0467926410bdcb45860a53f3ec59128))
### Features
- **(es/decorators)** Support `bigint` (#5671) ([b1f1a86](https://github.com/swc-project/swc/commit/b1f1a86a9df32e4bc0d9210d0a90ada8a0121cca))
### Testing

2
Cargo.lock generated
View File

@ -3685,7 +3685,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_proposal"
version = "0.136.0"
version = "0.136.1"
dependencies = [
"either",
"serde",

View File

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