chore: Bump crates

This commit is contained in:
SWC Bot 2024-06-16 05:31:45 +00:00
parent cdd20cd163
commit f8c2c4791a
4 changed files with 10 additions and 10 deletions

View File

@ -1,6 +1,12 @@
# Changelog
## [unreleased]
### Bug Fixes
- **(common)** Revert `Use SourceMap::adjust_mappings` ([#9058](https://github.com/swc-project/swc/issues/9058)) ([cdd20cd](https://github.com/swc-project/swc/commit/cdd20cd16370342f645a181198432a3dc3b6c7ab))
### Performance
@ -1304,12 +1310,6 @@
- **(es/resolver)** Ignore qualifiers of `TsImportType` ([#8299](https://github.com/swc-project/swc/issues/8299)) ([2113bb3](https://github.com/swc-project/swc/commit/2113bb3e19131d68eb2a1c384e4ac58b2bc10f00))
### Features
- **(es/minifier)** Support `format.inline_script` ([#8252](https://github.com/swc-project/swc/issues/8252)) ([f059270](https://github.com/swc-project/swc/commit/f059270348a7ee26ee8ed2d185ba71d166f43e14))
### Performance

4
Cargo.lock generated
View File

@ -3856,7 +3856,7 @@ dependencies = [
[[package]]
name = "swc_common"
version = "0.34.0"
version = "0.34.1"
dependencies = [
"ahash 0.8.8",
"anyhow",
@ -3939,7 +3939,7 @@ dependencies = [
[[package]]
name = "swc_core"
version = "0.95.1"
version = "0.95.2"
dependencies = [
"anyhow",
"binding_macros",

View File

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

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_core"
repository = "https://github.com/swc-project/swc.git"
version = "0.95.1"
version = "0.95.2"
[package.metadata.docs.rs]
features = [
"allocator_node",