mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 13:51:19 +03:00
chore: Publish crates
This commit is contained in:
parent
962cf4a08c
commit
60562e158d
@ -1,4 +1,12 @@
|
||||
# Changelog
|
||||
## [unreleased]
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
|
||||
|
||||
- **(es)** Remove wrong debug assertion (#4445) ([962cf4a](https://github.com/swc-project/swc/commit/962cf4a08caaee6dc0579aed556df55bc60bf093))
|
||||
|
||||
## [1.2.172] - 2022-04-26
|
||||
|
||||
### Bug Fixes
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -2873,7 +2873,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc"
|
||||
version = "0.172.1"
|
||||
version = "0.172.2"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"ansi_term",
|
||||
|
@ -9,7 +9,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.172.1"
|
||||
version = "0.172.2"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
|
Loading…
Reference in New Issue
Block a user