chore: Publish crates

This commit is contained in:
SWC Bot 2022-04-07 07:30:41 +00:00
parent fad652f879
commit 67c8c6debd
3 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,14 @@
# Changelog
## [unreleased]
### Miscellaneous Tasks
- **(plugin)** Align version of `swc_common` to include dummy comment api (#4270) ([fad652f](https://github.com/swc-project/swc/commit/fad652f879d12a1015b4500f0a512232c9433c2d))
## [1.2.164] - 2022-04-07
### Bug Fixes

2
Cargo.lock generated
View File

@ -3847,7 +3847,7 @@ dependencies = [
[[package]]
name = "swc_plugin"
version = "0.45.0"
version = "0.45.1"
dependencies = [
"swc_atoms",
"swc_common",

View File

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