chore: Publish crates

This commit is contained in:
Donny 2021-12-27 04:38:36 +09:00
parent 1b6ac25d5c
commit 4ab82fb4a7
3 changed files with 5 additions and 2 deletions

View File

@ -7,6 +7,9 @@
- **(es/compat)** Fix handling of hoisted functions in regenerator (#3119) ([ac78a52](https://github.com/swc-project/swc/commit/ac78a527ebba3e8df2342e65b4fd5c2d36240ff0))
- **(es/compat)** Fix private methods of a class (#3123) ([1b6ac25](https://github.com/swc-project/swc/commit/1b6ac25d5c6c009c38a7097b910f7b6838ab560b))
## [1.2.123] - 2021-12-26
### Bug Fixes

2
Cargo.lock generated
View File

@ -3119,7 +3119,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_compat"
version = "0.59.8"
version = "0.59.9"
dependencies = [
"ahash",
"arrayvec",

View File

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