chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-19 10:03:42 +00:00
parent 6ac7934017
commit 2ea781bc26
3 changed files with 5 additions and 2 deletions

View File

@ -8,6 +8,9 @@
- **(common)** Fix handling of input source maps (#4086) ([b716210](https://github.com/swc-project/swc/commit/b716210de1495d11f45f74bdc3941826a9dd5d6a))
- **(es/module/cjs)** Fix conflict of a local export and exports-alls (#4089) ([6ac7934](https://github.com/swc-project/swc/commit/6ac793401769028f7e18b642303de46592d39598))
- **(es/resolver)** Fix handling of decorators (#4084) ([f662298](https://github.com/swc-project/swc/commit/f66229822c2e44d35854cd9a1ecbdae82242a08c))
### Features

2
Cargo.lock generated
View File

@ -3566,7 +3566,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_module"
version = "0.96.0"
version = "0.96.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.96.0"
version = "0.96.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]