Skip to content

Commit

Permalink
Release crate oxc_traverse v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed May 14, 2024
1 parent 23b3916 commit 6d63f99
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,13 @@ oxc_syntax = { version = "0.13.0", path = "crates/oxc_syntax" }
oxc_transformer = { version = "0.13.0", path = "crates/oxc_transformer" }
oxc_sourcemap = { version = "0.13.0", path = "crates/oxc_sourcemap" }
oxc_ast_macros = { version = "0.13.0", path = "crates/oxc_ast_macros" }
oxc_traverse = { version = "0.13.0", path = "crates/oxc_traverse" }

# publish = false
oxc_macros = { path = "crates/oxc_macros" }
oxc_linter = { path = "crates/oxc_linter" }
oxc_prettier = { path = "crates/oxc_prettier" }
oxc_tasks_common = { path = "tasks/common" }
oxc_traverse = { path = "crates/oxc_traverse" }

napi = "2"
napi-derive = "2"
Expand Down
1 change: 1 addition & 0 deletions crates/oxc_traverse/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "oxc_traverse"
version = "0.13.0"
publish = true
authors.workspace = true
description.workspace = true
edition.workspace = true
Expand Down
File renamed without changes.

0 comments on commit 6d63f99

Please sign in to comment.