chore: Publish crates

This commit is contained in:
SWC Bot 2022-08-07 03:35:29 +00:00
parent 27e7e0b69b
commit f0c89d38ff
3 changed files with 5 additions and 2 deletions

View File

@ -7,6 +7,9 @@
- **(es/utils)** Allow `quote_ident!` working with `swc_core` (#5409) ([c227325](https://github.com/swc-project/swc/commit/c2273255c0c2b90e606c5880b8e80a5cd8c370bf)) - **(es/utils)** Allow `quote_ident!` working with `swc_core` (#5409) ([c227325](https://github.com/swc-project/swc/commit/c2273255c0c2b90e606c5880b8e80a5cd8c370bf))
- **(swc_core)** Update references for `quote!` (#5408) ([27e7e0b](https://github.com/swc-project/swc/commit/27e7e0b69b15a215a887b2a3f75a598ac01252b6))
### Testing ### Testing

2
Cargo.lock generated
View File

@ -3126,7 +3126,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_core" name = "swc_core"
version = "0.4.0" version = "0.4.1"
dependencies = [ dependencies = [
"once_cell", "once_cell",
"swc", "swc",

View File

@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_core" name = "swc_core"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.4.0" version = "0.4.1"
[package.metadata.docs.rs] [package.metadata.docs.rs]
features = [ features = [