chore: Publish crates

This commit is contained in:
SWC Bot 2022-08-26 09:31:37 +00:00
parent e8edb67def
commit e434c834c3
3 changed files with 5 additions and 2 deletions

View File

@ -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
View File

@ -3266,7 +3266,7 @@ dependencies = [
[[package]]
name = "swc_ecma_ast"
version = "0.90.13"
version = "0.90.14"
dependencies = [
"arbitrary",
"bitflags",

View File

@ -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