Skip to content

Commit

Permalink
Release v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
s1hofmann committed May 25, 2022
1 parent af20157 commit c880d5d
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 35 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## 2.1.1
- Bugfix: Modifier keys are not properly released on macOS [(#264)](https://github.com/nut-tree/nut.js/issues/264)
- Bugfix: Fix mouse clicks with modifiers on macOS [(#273)](https://github.com/nut-tree/nut.js/issues/273)

## 2.1.0
- Bugfix: Keyboard methods `pressKey` and `releaseKey` ignore updated autoDelayMs [(#188)](https://github.com/nut-tree/nut.js/issues/188)
- Enhancement: Add mappings for missing numpad keys [(#367)](https://github.com/nut-tree/nut.js/issues/367)
Expand Down
66 changes: 33 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nut-tree/nut-js",
"version": "2.1.0",
"version": "2.1.1",
"license": "Apache-2.0",
"main": "dist/index",
"typings": "dist/index",
Expand Down Expand Up @@ -59,7 +59,7 @@
"typedoc": "typedoc --options ./typedoc.js --out ./docs lib/"
},
"dependencies": {
"@nut-tree/libnut": "2.1.7",
"@nut-tree/libnut": "2.1.8",
"clipboardy": "2.3.0",
"jimp": "0.16.1",
"node-abort-controller": "2.0.0"
Expand Down

0 comments on commit c880d5d

Please sign in to comment.