Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Djiit committed Dec 8, 2020
1 parent 36661bb commit 0be29ee
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 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.7.0

- feat: Add support for Electron 9+ and Node 12+.
- fix: drop cmake-js for node-gyp.

## v0.6.6

- feat: Add support for Electron 9.
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ Found a bug? Have an idea? Feel free to post an [issue](https://github.com/wilix

## Platform support

**PLEASE NOTE: The latest supported platform versions are Node 12 and Electrion 8. Want to help provide support for newer version ? Join the discussion [here](https://github.com/wilix-team/iohook/issues/241).**

- Versions >= 0.6.0 support only officially supported platforms versions.
- Versions 0.5.X are the last to support Electron < 4.0.0
- Versions 0.4.X are the last to support for Node < 8.0 and Electron < 2.0.0
Expand Down Expand Up @@ -58,4 +56,5 @@ Thanks to _kwhat_ for the [libuiohook](https://github.com/kwhat/libuiohook) proj
- [djiit](https://github.com/djiit) (project & community help)
- [ezain](https://github.com/eboukamza) (add feature enable/disable mouse click propagation)
- [anoadragon453](https://github.com/anoadragon453) (electron 4+ support)
- [ykhwong](https://github.com/ykhwong) (node-gyp usage, electron 9+ support)
- All the other contributors. Feel free to extend this list !
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.6",
"version": "0.7.0",
"description": "Node.js global keyboard and mouse hook",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -129,6 +129,11 @@
"node",
"14.0.0",
"83"
],
[
"node",
"15.0.0",
"88"
]
]
}

0 comments on commit 0be29ee

Please sign in to comment.