chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-30 06:10:09 +00:00
parent 1759567fc4
commit a320f4ddfd
3 changed files with 8 additions and 2 deletions

View File

@ -16,6 +16,12 @@
- **(es/minifier)** Optimize switches more correctly (#4180) ([6d3ea17](https://github.com/swc-project/swc/commit/6d3ea17aa6b708c7819a6769dccd920bd3fe2efe))
### Miscellaneous Tasks
- **(es/parser)** Add span tests back (#4186) ([1759567](https://github.com/swc-project/swc/commit/1759567fc46c93f963b2fbe54997197f00bc884a))
### Refactor

2
Cargo.lock generated
View File

@ -3275,7 +3275,7 @@ dependencies = [
[[package]]
name = "swc_ecma_parser"
version = "0.98.0"
version = "0.98.1"
dependencies = [
"either",
"enum_kind",

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.98.0"
version = "0.98.1"
[package.metadata.docs.rs]
all-features = true