chore: Publish crates

This commit is contained in:
SWC Bot 2022-08-23 06:11:32 +00:00
parent 7fcecb8e63
commit 860f253908
3 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,12 @@
# Changelog
## [unreleased]
### Bug Fixes
- **(swc_core)** Re-export `swc_cached` (#5605) ([7fcecb8](https://github.com/swc-project/swc/commit/7fcecb8e63faa64226b87e34b8cd4fdd0a6a7ab7))
### Features

2
Cargo.lock generated
View File

@ -2878,7 +2878,7 @@ dependencies = [
[[package]]
name = "swc"
version = "0.218.6"
version = "0.218.7"
dependencies = [
"ahash",
"ansi_term",

View File

@ -9,7 +9,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc"
repository = "https://github.com/swc-project/swc.git"
version = "0.218.6"
version = "0.218.7"
[lib]
bench = false