chore: Publish crates

This commit is contained in:
Donny/강동윤 2022-04-22 10:44:27 +09:00
parent 59f63da560
commit 6b1501cf0f
3 changed files with 5 additions and 2 deletions

View File

@ -31,6 +31,9 @@
- **(es/minifier)** Improve handling of switches (#4260) ([8cf3ddd](https://github.com/swc-project/swc/commit/8cf3ddda6cd41d9dd0eddab9bd6e869753e1f0f8))
- **(es/parser)** Reject await expr with `**` (#4395) ([59f63da](https://github.com/swc-project/swc/commit/59f63da560bc686eb658a091e363a1956da0daf3))
### Miscellaneous Tasks
- **general**: Fix wasm publish script ([234e380](https://github.com/swc-project/swc/commit/234e38058071f1d91e899ba7d16f37f3e3a69334))- **general**: Fix CI ([11012d0](https://github.com/swc-project/swc/commit/11012d07e56895369f016eb7e6c7cc9261398250))- **general**: Fix CI, really ([000e31b](https://github.com/swc-project/swc/commit/000e31b3cdd44430e6fc9957bb496577294ac218))

2
Cargo.lock generated
View File

@ -3305,7 +3305,7 @@ dependencies = [
[[package]]
name = "swc_ecma_parser"
version = "0.102.3"
version = "0.102.4"
dependencies = [
"criterion",
"either",

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "examples/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_parser"
repository = "https://github.com/swc-project/swc.git"
version = "0.102.3"
version = "0.102.4"
[package.metadata.docs.rs]
all-features = true