Skip to content

Commit

Permalink
fix: 修复内存泄漏 (#10)
Browse files Browse the repository at this point in the history
0.0.9
  • Loading branch information
nashaofu authored Jul 20, 2022
1 parent 077272d commit b7cba53
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 @@ -10,7 +10,7 @@ crate-type = ["cdylib"]
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
napi = { version = "2.5.0", default-features = false, features = ["napi4"] }
napi-derive = "2.5.0"
screenshots = "0.4.0"
screenshots = "0.4.2"

[build-dependencies]
napi-build = "2.0.1"
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": "node-screenshots",
"version": "0.0.8",
"version": "0.0.9",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
Expand Down

0 comments on commit b7cba53

Please sign in to comment.