chore: Publish crates

This commit is contained in:
SWC Bot 2022-04-26 07:41:17 +00:00
parent 53610fdafc
commit 99b6d99380
3 changed files with 5 additions and 2 deletions

View File

@ -53,6 +53,9 @@
- **(es/parser)** Reject `'use strict'` with non-simple params list in TS (#4416) ([6dc64c9](https://github.com/swc-project/swc/commit/6dc64c9ca0bccf27b325d3298f4ed7f07eaaa076))
- **(es/resolver)** Use different syntax context for unresolved refs (#4436) ([53610fd](https://github.com/swc-project/swc/commit/53610fdafc83d25f0a5132b3381737aaffb1a29d))
- **(html)** Prepare processing system (#4358) ([7332dce](https://github.com/swc-project/swc/commit/7332dce4f801546f0c5f29b6919feaaebebc435a))

2
Cargo.lock generated
View File

@ -3019,7 +3019,7 @@ dependencies = [
[[package]]
name = "swc_common"
version = "0.17.24"
version = "0.17.25"
dependencies = [
"ahash",
"anyhow",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_common"
repository = "https://github.com/swc-project/swc.git"
version = "0.17.24"
version = "0.17.25"
[package.metadata.docs.rs]
all-features = true