Skip to content

Commit

Permalink
chore: bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Ramos committed Jul 19, 2024
1 parent ccf8353 commit 31de27f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

8 changes: 6 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "workspace-node-tools"
version = "1.0.6"
version = "1.0.7"
edition = "2021"
description = "Node workspace version tools"
repository = "https://github.com/websublime/workspace-node-tools"
Expand All @@ -19,7 +19,11 @@ serde_json = "1.0.120"
regex = "1.10.5"
wax = { version = "0.6.0", features = ["walk"] }
napi-derive = { version = "2.16.9", optional = true }
napi = { version = "2.16.8", default-features = false, features = ["napi9", "serde-json", "tokio_rt"], optional = true }
napi = { version = "2.16.8", default-features = false, features = [
"napi9",
"serde-json",
"tokio_rt",
], optional = true }
package_json_schema = "0.2.1"
icu = "1.5.0"
version-compare = "0.2"
Expand Down

0 comments on commit 31de27f

Please sign in to comment.