Skip to content

Commit f8dd1b7

Browse files
authoredJan 21, 2022
Release v2.1.6 (#100)
* Release v2.1.6
1 parent 5cbaede commit f8dd1b7

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed
 

‎.github/workflows/tagged_release.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ ubuntu-latest, windows-latest, macos-latest ]
12-
node: [ 10, 12, 14 ]
1312
runs-on: ${{matrix.os}}
1413
steps:
1514
- name: Set up Git repository

‎CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

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

5+
## 2.1.6
6+
7+
- Enhancement: Numpad buttons don't work on Linux [(nut-tree/nut.js#360)](https://github.com/nut-tree/nut.js/issues/360)
8+
- Bugfix: Issue with keyboard.type in to Spotlight on MacOS [(nut-tree/nut.js#152)](https://github.com/nut-tree/nut.js/issues/152)
9+
510
## 2.1.5
611

712
- Bugfix: Keypresses not properly caught on Windows [(#94)](https://github.com/nut-tree/libnut/issues/94)

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnut",
3-
"version": "2.1.5",
3+
"version": "2.1.6",
44
"description": "libnut is an N-API module for desktop automation with node",
55
"main": "index.js",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)
Please sign in to comment.