chore: Publish crates

This commit is contained in:
SWC Bot 2022-08-16 13:10:23 +00:00
parent b9933b159a
commit 67f0479b8e
3 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,14 @@
# Changelog
## [unreleased]
### Features
- **(es/compat)** Fix syntax context of transpiled class methods (#5498) ([b9933b1](https://github.com/swc-project/swc/commit/b9933b159a208a0bccbb9bf7cd9383b6a9be0e51))
## [1.2.234] - 2022-08-16
### Bug Fixes

2
Cargo.lock generated
View File

@ -3497,7 +3497,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_compat"
version = "0.122.4"
version = "0.122.5"
dependencies = [
"ahash",
"arrayvec",

View File

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