chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-05 12:26:37 +00:00
parent 44262508c6
commit faf452dbfa
3 changed files with 5 additions and 2 deletions

View File

@ -13,6 +13,9 @@
- **(es/module)** Fix `jest.spyOn` (#3845) ([9546eef](https://github.com/swc-project/swc/commit/9546eefe72178bbc7059d0fc6c5e7e9bbca089e0))
- **(es/parser)** Use unicode id instead of xid (#3867) ([4426250](https://github.com/swc-project/swc/commit/44262508c6e122e7f9dd8e0ad961a4d6ad4a8a0c))
### Features

2
Cargo.lock generated
View File

@ -2981,7 +2981,7 @@ dependencies = [
[[package]]
name = "swc_ecma_ast"
version = "0.68.3"
version = "0.68.4"
dependencies = [
"arbitrary",
"is-macro",

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