chore: Publish crates

This commit is contained in:
SWC Bot 2022-02-25 02:33:30 +00:00
parent d8b01660dc
commit f5d2f00afe
3 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,12 @@
# Changelog
## [unreleased]
### Bug Fixes
- **(plugin/macro)** Do not free guest memory twice (#3732) ([d8b0166](https://github.com/swc-project/swc/commit/d8b01660dcd0bca43993043e8fa6ed33c62894a9))
### Features

2
Cargo.lock generated
View File

@ -3497,7 +3497,7 @@ dependencies = [
[[package]]
name = "swc_plugin_macro"
version = "0.3.0"
version = "0.3.1"
dependencies = [
"proc-macro2",
"quote",

View File

@ -6,7 +6,7 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_plugin_macro"
repository = "https://github.com/swc-project/swc.git"
version = "0.3.0"
version = "0.3.1"
[lib]
proc-macro = true