chore: Publish crates

This commit is contained in:
SWC Bot 2022-04-16 15:27:34 +00:00
parent 31b3336cd5
commit 8937e1c499
3 changed files with 16 additions and 2 deletions

View File

@ -5,6 +5,20 @@
- **(es/parser)** Reject optional constructor call (#4340) ([31b3336](https://github.com/swc-project/swc/commit/31b3336cd5881ff8f99d791254ee02ff4fa23fcc))
### Miscellaneous Tasks
- **(ci)** Fix wasm publish script ([1900d35](https://github.com/swc-project/swc/commit/1900d3506efb8bc319dece4219789e2509ecf67c))
## [1.2.166] - 2022-04-15
### Bug Fixes
- **(css/parser)** Parse legacy `calc`s (#4320) ([81370d1](https://github.com/swc-project/swc/commit/81370d16cb405d43aeb9198e1fce4aa11009045f))

2
Cargo.lock generated
View File

@ -3303,7 +3303,7 @@ dependencies = [
[[package]]
name = "swc_ecma_parser"
version = "0.102.1"
version = "0.102.2"
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.1"
version = "0.102.2"
[package.metadata.docs.rs]
all-features = true