Skip to content

Commit

Permalink
chore: Publish crates
Browse files Browse the repository at this point in the history
  • Loading branch information
swc-bot committed Nov 18, 2022
1 parent dd4b9e8 commit e055d2c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -19,6 +19,12 @@

- **(html/minifier)** Remove empty script and style tags with attributes (#6447) ([7441721](https://github.com/swc-project/swc/commit/74417217a98bb26dcce7f913bb8ee35b538f0d06))

### Refactor



- **(bindings)** Deprecate `jsvalue::*_serde` (#6462) ([dd4b9e8](https://github.com/swc-project/swc/commit/dd4b9e87de93294ed402c357745a2e0d268b34ef))

## [1.3.18] - 2022-11-16

### 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.

2 changes: 1 addition & 1 deletion crates/binding_macros/Cargo.toml
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "binding_macros"
repository = "https://github.com/swc-project/swc.git"
version = "0.20.101"
version = "0.20.102"

[lib]
bench = false
Expand Down
4 changes: 2 additions & 2 deletions crates/swc_core/Cargo.toml
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.18"
version = "0.43.19"
[package.metadata.docs.rs]
features = [
"common_perf",
Expand Down Expand Up @@ -318,7 +318,7 @@ wasmer = { optional = true, version = "2.3.0", default-features = false }
wasmer-wasi = { optional = true, version = "2.3.0", default-features = false }

# swc_* dependencies
binding_macros = { optional = true, version = "0.20.101", path = "../binding_macros" }
binding_macros = { optional = true, version = "0.20.102", path = "../binding_macros" }
swc = { optional = true, version = "0.232.99", path = "../swc" }
swc_atoms = { optional = true, version = "0.4.24", path = "../swc_atoms" }
swc_bundler = { optional = true, version = "0.192.86", path = "../swc_bundler" }
Expand Down

0 comments on commit e055d2c

Please sign in to comment.