Skip to content

Commit

Permalink
bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Djiit committed Oct 27, 2018
1 parent 49dd9d0 commit 6cd728b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## v0.2.1

* feat: Add support for Electron 2.0
* feat: Drop support for node < 6, electron < 1.2

## v0.2.0

* feat: Add modifier keys support
Expand Down
16 changes: 1 addition & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iohook",
"version": "0.2.0",
"version": "0.2.1",
"description": "Node.js global keyboard and mouse hook",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -54,11 +54,6 @@
"vuepress": "^0.8.4"
},
"supportedTargets": [
[
"electron",
"1.0.2",
"47"
],
[
"electron",
"1.2.8",
Expand Down Expand Up @@ -103,15 +98,6 @@
"electron",
"3.0.0",
"64"
], [
"node",
"4.6.1",
"46"
],
[
"node",
"5.12.0",
"47"
],
[
"node",
Expand Down

0 comments on commit 6cd728b

Please sign in to comment.