chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-19 05:35:23 +00:00
parent f66229822c
commit 670b80169e
3 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,12 @@
# Changelog
## [unreleased]
### Bug Fixes
- **(es/resolver)** Fix handling of decorators (#4084) ([f662298](https://github.com/swc-project/swc/commit/f66229822c2e44d35854cd9a1ecbdae82242a08c))
### Features

2
Cargo.lock generated
View File

@ -3492,7 +3492,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_base"
version = "0.70.1"
version = "0.70.2"
dependencies = [
"better_scoped_tls",
"once_cell",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_transforms_base"
repository = "https://github.com/swc-project/swc.git"
version = "0.70.1"
version = "0.70.2"
[features]
concurrent = ["rayon", "swc_ecma_utils/concurrent"]