Skip to content

Commit

Permalink
chore: bump to version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelramos committed Jul 3, 2024
1 parent 6d363cd commit 166beba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "workspace-node-tools"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
description = "Node workspace version tools"
repository = "https://github.com/websublime/workspace-node-tools"
Expand All @@ -13,10 +13,10 @@ path = "src/lib.rs"

[dependencies]
execute = "0.2.13"
serde = { version = "1.0.195", features = ["derive"]}
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"
regex = "1.10.3"
wax = {version = "0.6.0", features = ["walk"]}
wax = { version = "0.6.0", features = ["walk"] }
napi-derive = "2.16.8"
napi = { version = "2.16.7", default-features = false, features = ["napi4"] }
package_json_schema = "0.2.1"
Expand Down

0 comments on commit 166beba

Please sign in to comment.