chore: Publish crates

This commit is contained in:
SWC Bot 2022-07-13 10:04:18 +00:00
parent c91abb2ca7
commit 67f454a572
3 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,12 @@
# Changelog
## [unreleased]
### Features
- **(quote)** Support different types for variables (#5194) ([c91abb2](https://github.com/swc-project/swc/commit/c91abb2ca75ff98e8fad7a4740b6feccec62cd54))
### Testing

2
Cargo.lock generated
View File

@ -3500,7 +3500,7 @@ dependencies = [
[[package]]
name = "swc_ecma_quote"
version = "0.26.0"
version = "0.26.1"
dependencies = [
"swc_atoms",
"swc_common",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_quote"
repository = "https://github.com/swc-project/swc.git"
version = "0.26.0"
version = "0.26.1"
[lib]
bench = false