Skip to content

Commit

Permalink
chore: bump version to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Tanay committed Nov 5, 2018
1 parent 4e5c003 commit e88a10d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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.4

* feat: ability to listen for when a keyboard shortcut has been released
* feat: ability to unregister a shortcut via the shortcut's keys

## v0.2.3

* feat: Bump libuiohook version
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": "iohook",
"version": "0.2.3",
"version": "0.2.4",
"description": "Node.js global keyboard and mouse hook",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit e88a10d

Please sign in to comment.