Skip to content

Commit

Permalink
chore: Bump crates
Browse files Browse the repository at this point in the history
  • Loading branch information
swc-bot committed Jul 5, 2024
1 parent 648830a commit ce78baa
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@

- **(bindings/ts)** Add transform/strip-only mode ([#9138](/~https://github.com/swc-project/swc/issues/9138)) ([a08bb46](/~https://github.com/swc-project/swc/commit/a08bb46ebd50734b150a1fff100b8312223372a2))

### Performance



- **(es)** Reduce allocations for dynamic stacks ([#9133](/~https://github.com/swc-project/swc/issues/9133)) ([648830a](/~https://github.com/swc-project/swc/commit/648830a9a9a65915226d2a250e3dfd61684a79b1))

### Refactor


Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/swc_ecma_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "examples/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_parser"
repository = "/~https://github.com/swc-project/swc.git"
version = "0.146.9"
version = "0.146.10"

[package.metadata.docs.rs]
all-features = true
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_utils"
repository = "/~https://github.com/swc-project/swc.git"
version = "0.130.2"
version = "0.130.3"

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit ce78baa

Please sign in to comment.