chore: Publish crates

This commit is contained in:
SWC Bot 2022-07-20 06:59:57 +00:00
parent 2010409bac
commit 6cca12d119
3 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,12 @@
# Changelog
## [unreleased]
### Bug Fixes
- **(es/compat)** Preserve orders of `import`s and `export`s (#5249) ([2010409](https://github.com/swc-project/swc/commit/2010409bac0f73c5f4d04f6735db6142f621701a))
### Features

2
Cargo.lock generated
View File

@ -3610,7 +3610,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_compat"
version = "0.118.0"
version = "0.118.1"
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.118.0"
version = "0.118.1"
[lib]
bench = false