chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-16 03:31:28 +00:00
parent da49f810db
commit 0aa3d96757
3 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,12 @@
# Changelog # Changelog
## [unreleased] ## [unreleased]
### Features
- **(es)** Add check for `BytePos::DUMMY` (#4675) ([da49f81](https://github.com/swc-project/swc/commit/da49f810db791ef28291f535c46f7396fec29809))
### Miscellaneous Tasks ### Miscellaneous Tasks
- **general**: Add stale workflow ([890a5ae](https://github.com/swc-project/swc/commit/890a5ae0e6c876157873427a0bea555c47677e55)) - **general**: Add stale workflow ([890a5ae](https://github.com/swc-project/swc/commit/890a5ae0e6c876157873427a0bea555c47677e55))

2
Cargo.lock generated
View File

@ -3060,7 +3060,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_common" name = "swc_common"
version = "0.18.2" version = "0.18.3"
dependencies = [ dependencies = [
"ahash", "ahash",
"anyhow", "anyhow",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_common" name = "swc_common"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.18.2" version = "0.18.3"
[package.metadata.docs.rs] [package.metadata.docs.rs]
all-features = true all-features = true