mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 00:32:15 +03:00
chore: Bump crates
This commit is contained in:
parent
df2e056f29
commit
af19385097
14
CHANGELOG.md
14
CHANGELOG.md
@ -10,6 +10,12 @@
|
||||
|
||||
- **(es/proposal)** Update explicit resource management to match spec ([#8860](https://github.com/swc-project/swc/issues/8860)) ([6d24076](https://github.com/swc-project/swc/commit/6d240768b11cd6cabd347a54c135cb8937df2240))
|
||||
|
||||
### Refactor
|
||||
|
||||
|
||||
|
||||
- **(es/minifier)** Remove `mangle.safari10` ([#8857](https://github.com/swc-project/swc/issues/8857)) ([df2e056](https://github.com/swc-project/swc/commit/df2e056f299c84d309bcc0d26e1da55a561614af))
|
||||
|
||||
### Build
|
||||
|
||||
|
||||
@ -1360,12 +1366,4 @@
|
||||
|
||||
- **(es/typescript)** Reimplement TypeScript pass ([#7202](https://github.com/swc-project/swc/issues/7202)) ([9c9a538](https://github.com/swc-project/swc/commit/9c9a538f23cb2bcd2f46e156babf64c7a81db245))
|
||||
|
||||
## [1.3.88] - 2023-09-24
|
||||
|
||||
### Features
|
||||
|
||||
|
||||
|
||||
- **(es/config)** Accept `jsc.experimental.keepImportAssertions` ([#7995](https://github.com/swc-project/swc/issues/7995)) ([4d777ee](https://github.com/swc-project/swc/commit/4d777ee270183ba375b68c003e61692af6d571c3))
|
||||
|
||||
<!-- generated by git-cliff -->
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -3936,7 +3936,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_core"
|
||||
version = "0.90.32"
|
||||
version = "0.90.33"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"binding_macros",
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_core"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.90.32"
|
||||
version = "0.90.33"
|
||||
[package.metadata.docs.rs]
|
||||
features = [
|
||||
"allocator_node",
|
||||
|
Loading…
Reference in New Issue
Block a user