chore: Publish crates

This commit is contained in:
SWC Bot 2022-07-04 04:20:47 +00:00
parent ddb31d1fd7
commit b79593f7ef
3 changed files with 5 additions and 2 deletions

View File

@ -32,6 +32,9 @@
- **(es/modules)** Add pure annotations to interop functions (#5087) ([4d5783d](https://github.com/swc-project/swc/commit/4d5783d9cd1f91f5b7cdcc5efaa7d83f35ee4fef))
- **(es/modules)** Support AMD triple slash directives (#5091) ([ddb31d1](https://github.com/swc-project/swc/commit/ddb31d1fd79250b14cbb873424f02c750f9c6ef6))
- **(es/parser)** Support labelled function from annex B (#5078) ([b62fd3e](https://github.com/swc-project/swc/commit/b62fd3e6cc371ad4f8cb9055b3fed70f1954afa2))

2
Cargo.lock generated
View File

@ -3642,7 +3642,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_module"
version = "0.126.0"
version = "0.126.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.126.0"
version = "0.126.1"
[lib]
bench = false