Skip to content

Commit

Permalink
chore: Publish crates
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Nov 13, 2022
1 parent 27225a0 commit 0bc51b7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog
## [unreleased]
## [1.3.15] - 2022-11-12

### Bug Fixes

Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/swc_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_core"
repository = "https://github.com/swc-project/swc.git"
version = "0.43.1"
version = "0.43.2"
[package.metadata.docs.rs]
features = [
"common_perf",
Expand Down Expand Up @@ -352,7 +352,7 @@ swc_node_base = { optional = true, version = "0.5.8", path =
swc_node_bundler = { optional = true, version = "0.18.86", path = "../swc_node_bundler" }
swc_nodejs_common = { optional = true, version = "0.0.4", path = "../swc_nodejs_common" }
swc_plugin = { optional = true, version = "0.90.0", path = "../swc_plugin" }
swc_plugin_macro = { optional = true, version = "0.9.8", path = "../swc_plugin_macro" }
swc_plugin_macro = { optional = true, version = "0.9.9", path = "../swc_plugin_macro" }
swc_plugin_proxy = { optional = true, version = "0.22.19", path = "../swc_plugin_proxy" }
swc_trace_macro = { optional = true, version = "0.1.2", path = "../swc_trace_macro" }
testing = { optional = true, version = "0.31.14", path = "../testing" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_plugin_macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_plugin_macro"
repository = "https://github.com/swc-project/swc.git"
version = "0.9.8"
version = "0.9.9"

[lib]
bench = false
Expand Down

0 comments on commit 0bc51b7

Please sign in to comment.