mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 21:54:36 +03:00
chore: Publish crates
This commit is contained in:
parent
31b3336cd5
commit
8937e1c499
14
CHANGELOG.md
14
CHANGELOG.md
@ -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
2
Cargo.lock
generated
@ -3303,7 +3303,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_parser"
|
||||
version = "0.102.1"
|
||||
version = "0.102.2"
|
||||
dependencies = [
|
||||
"criterion",
|
||||
"either",
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user