Skip to content

Commit e7416f0

Browse files
committed
chore: Publish crates
1 parent d7a5f71 commit e7416f0

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22
## [unreleased]
33

4+
### Features
5+
6+
7+
8+
- **(html/minifier)** Allow minifying custom script contents (#5043) ([d7a5f71](https://github.com/swc-project/swc/commit/d7a5f710730063c51deb91c9aa937f7d5a33e582))
9+
10+
## [1.2.207] - 2022-06-28
11+
412
### Bug Fixes
513

614

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/swc_html/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
license = "Apache-2.0"
77
name = "swc_html"
88
repository = "https://github.com/swc-project/swc.git"
9-
version = "0.23.0"
9+
version = "0.24.0"
1010

1111
[package.metadata.docs.rs]
1212
all-features = true
@@ -21,6 +21,6 @@ minifier = ["swc_html_minifier"]
2121
[dependencies]
2222
swc_html_ast = {version = "0.11.0", path = "../swc_html_ast"}
2323
swc_html_codegen = {version = "0.16.0", path = "../swc_html_codegen"}
24-
swc_html_minifier = {version = "0.20.0", path = "../swc_html_minifier", optional = true}
24+
swc_html_minifier = {version = "0.21.0", path = "../swc_html_minifier", optional = true}
2525
swc_html_parser = {version = "0.14.0", path = "../swc_html_parser"}
2626
swc_html_visit = {version = "0.11.0", path = "../swc_html_visit"}

crates/swc_html_minifier/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
1010
license = "Apache-2.0"
1111
name = "swc_html_minifier"
1212
repository = "https://github.com/swc-project/swc.git"
13-
version = "0.20.0"
13+
version = "0.21.0"
1414

1515
[lib]
1616
bench = false

0 commit comments

Comments
 (0)