chore: Publish crates

This commit is contained in:
SWC Bot 2022-02-16 14:48:59 +09:00
parent c775674ec0
commit dfb4da259f
3 changed files with 20 additions and 2 deletions

View File

@ -7,6 +7,9 @@
- **(es/lints)** Fix `duplicate-bindings` for typescript (#3583) ([786d016](https://github.com/swc-project/swc/commit/786d016174bf0aaea0783d4a1644349437d8cd3b))
- **(node-swc/types)** Change `StringLiteral.has_escape` to `StringLiteral.hasEscape` (#3581) ([bf68155](https://github.com/swc-project/swc/commit/bf68155e56dd32884ac880010dba519ea3a35746))
### Features
@ -22,6 +25,21 @@
- **(ci)** Make CI faster ([55250e4](https://github.com/swc-project/swc/commit/55250e442872ec0bcc20f9b82008fe9d6d14d34e))
- **(ci)** Fix the auto-bump scripts ([2d9735b](https://github.com/swc-project/swc/commit/2d9735b9a9c2e74412c307645f59b3b0ac0d9696))
- **(ci)** Fix the auto-bump scripts ([7ddd588](https://github.com/swc-project/swc/commit/7ddd5886f3be72d34828678c2ceeb6335f2032ae))
- **(ci)** Fix the auto-bump scripts ([c775674](https://github.com/swc-project/swc/commit/c775674ec035618cc8cc569e9122e9064e2335ce))
### Refactor
- **(plugin)** Remove direct dependency to `once_cell` (#3582) ([88e07b2](https://github.com/swc-project/swc/commit/88e07b21d1f8a6439335134747e3da3bc1da646d))
## [1.2.140] - 2022-02-15
### Bug Fixes

2
Cargo.lock generated
View File

@ -3438,7 +3438,7 @@ dependencies = [
[[package]]
name = "swc_plugin"
version = "0.27.0"
version = "0.27.1"
dependencies = [
"swc_atoms",
"swc_common",

View File

@ -6,7 +6,7 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_plugin"
repository = "https://github.com/swc-project/swc.git"
version = "0.27.0"
version = "0.27.1"
[dependencies]
swc_common = {version = "0.17.0", path = "../swc_common", features = ["plugin-mode"]}