Skip to content

Commit

Permalink
release: 0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
bvanjoi committed Jun 28, 2022
1 parent 61a801b commit 67fc7c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ crate-type = ["cdylib"]
[dependencies]
napi = "2"
napi-derive = "2"
nodejs-resolver = "0.0.23"
nodejs-resolver = "0.0.24"
serde = { version = "1.0.137", features = ["derive"] }

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodejs-resolver",
"version": "0.0.14",
"version": "0.0.15",
"description": "node binding for nodejs-resolver",
"main": "index.js",
"license": "MIT",
Expand Down

0 comments on commit 67fc7c3

Please sign in to comment.