chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-25 02:12:44 +00:00
parent a937357d47
commit ee2470c3cc
3 changed files with 13 additions and 2 deletions

View File

@ -1,6 +1,14 @@
# Changelog # Changelog
## [unreleased] ## [unreleased]
### Features
- **(plugin)** Implement `SourceMap.span_to_*` (#4781) ([a937357](https://github.com/swc-project/swc/commit/a937357d47471222db4e62021ec507cd96597d9c))
## [1.2.192] - 2022-05-24
### Bug Fixes ### Bug Fixes
@ -101,6 +109,9 @@
- **(ci)** Fix CI (#4747) ([0f85f7b](https://github.com/swc-project/swc/commit/0f85f7b9de970648509aff8ac466fe25ab004cdb)) - **(ci)** Fix CI (#4747) ([0f85f7b](https://github.com/swc-project/swc/commit/0f85f7b9de970648509aff8ac466fe25ab004cdb))
- **(ci)** Fix CI (#4779) ([c31b0a3](https://github.com/swc-project/swc/commit/c31b0a38ea16b784489bb4125403c1625d3895f1))
- **(es/minifier)** Add `#[doc(hidden)]` (#4751) ([22bf5f0](https://github.com/swc-project/swc/commit/22bf5f014e35ac4994d70660ae7e25cfb4659caf)) - **(es/minifier)** Add `#[doc(hidden)]` (#4751) ([22bf5f0](https://github.com/swc-project/swc/commit/22bf5f014e35ac4994d70660ae7e25cfb4659caf))
### Performance ### Performance

2
Cargo.lock generated
View File

@ -4081,7 +4081,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_plugin_runner" name = "swc_plugin_runner"
version = "0.55.0" version = "0.55.1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"criterion", "criterion",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_plugin_runner" name = "swc_plugin_runner"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.55.0" version = "0.55.1"
[lib] [lib]
bench = false bench = false