Skip to content

Commit

Permalink
feat: Add Node 13 prebuilts
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Tanay committed Jan 20, 2020
1 parent 62fa3d3 commit 33c6729
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v0.6.4

- feat: Add support for Node 13

## v0.6.3

- fix: depreacated use of objc_msgSend.
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iohook",
"version": "0.6.3",
"version": "0.6.4",
"description": "Node.js global keyboard and mouse hook",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -99,6 +99,11 @@
"node",
"12.0.0",
"72"
],
[
"node",
"13.0.0",
"79"
]
]
}

0 comments on commit 33c6729

Please sign in to comment.