chore: Publish crates

This commit is contained in:
SWC Bot 2022-07-05 05:07:28 +00:00
parent 9519e801ea
commit 198aa2d323
3 changed files with 5 additions and 2 deletions

View File

@ -26,6 +26,9 @@
- **(es/react)** Don't panic on invalid react pragma (#5101) ([cc555ef](https://github.com/swc-project/swc/commit/cc555ef225e3299bc17b6e21d67b3a42619abd5a))
- **(es/resolver)** Fix handling of block scoped functions (#5092) ([9519e80](https://github.com/swc-project/swc/commit/9519e801ea3bd9a0d7cc4f145323d0a734c83669))
- **(html/minifier)** Small fix (#5079) ([5ac5ae2](https://github.com/swc-project/swc/commit/5ac5ae200c3c896f205e7c4567a5a6281d16015b))

2
Cargo.lock generated
View File

@ -3562,7 +3562,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_base"
version = "0.94.0"
version = "0.94.1"
dependencies = [
"better_scoped_tls",
"bitflags",

View File

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