chore: Publish crates

This commit is contained in:
SWC Bot 2022-07-11 02:20:08 +00:00
parent 997240cfe6
commit b87e3b0d4f
3 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,12 @@
# Changelog
## [unreleased]
### Bug Fixes
- **(es/modules)** Add the missing span for `export default` (#5170) ([997240c](https://github.com/swc-project/swc/commit/997240cfe68ff7787d73e93758f2d2304715e249))
### Features

2
Cargo.lock generated
View File

@ -3642,7 +3642,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_module"
version = "0.130.0"
version = "0.130.1"
dependencies = [
"Inflector",
"ahash",

View File

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