Skip to content

Commit c880d5d

Browse files
committed
Release v2.1.1
1 parent af20157 commit c880d5d

File tree

3 files changed

+39
-35
lines changed

3 files changed

+39
-35
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## 2.1.1
6+
- Bugfix: Modifier keys are not properly released on macOS [(#264)](https://github.com/nut-tree/nut.js/issues/264)
7+
- Bugfix: Fix mouse clicks with modifiers on macOS [(#273)](https://github.com/nut-tree/nut.js/issues/273)
8+
59
## 2.1.0
610
- Bugfix: Keyboard methods `pressKey` and `releaseKey` ignore updated autoDelayMs [(#188)](https://github.com/nut-tree/nut.js/issues/188)
711
- Enhancement: Add mappings for missing numpad keys [(#367)](https://github.com/nut-tree/nut.js/issues/367)

package-lock.json

Lines changed: 33 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nut-tree/nut-js",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"license": "Apache-2.0",
55
"main": "dist/index",
66
"typings": "dist/index",
@@ -59,7 +59,7 @@
5959
"typedoc": "typedoc --options ./typedoc.js --out ./docs lib/"
6060
},
6161
"dependencies": {
62-
"@nut-tree/libnut": "2.1.7",
62+
"@nut-tree/libnut": "2.1.8",
6363
"clipboardy": "2.3.0",
6464
"jimp": "0.16.1",
6565
"node-abort-controller": "2.0.0"

0 commit comments

Comments
 (0)