mirror of
https://github.com/swc-project/swc.git
synced 2024-12-25 06:36:08 +03:00
chore: Publish crates
This commit is contained in:
parent
e8edb67def
commit
e434c834c3
@ -20,6 +20,9 @@
|
||||
|
||||
|
||||
|
||||
- **(es)** Improve APIs for plugin authors (#5632) ([e8edb67](https://github.com/swc-project/swc/commit/e8edb67def8bf88dda610a2d8cc405ad36cd5b52))
|
||||
|
||||
|
||||
- **(es/minifier)** Improve gzipped size (#5631) ([d81fe67](https://github.com/swc-project/swc/commit/d81fe67e4b0ef655c3223b17ba44d1d845a8fd96))
|
||||
|
||||
## [1.2.244] - 2022-08-26
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -3266,7 +3266,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_ast"
|
||||
version = "0.90.13"
|
||||
version = "0.90.14"
|
||||
dependencies = [
|
||||
"arbitrary",
|
||||
"bitflags",
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_ast"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.90.13"
|
||||
version = "0.90.14"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
Loading…
Reference in New Issue
Block a user