diff --git a/.github/workflows/tagged_release.yaml b/.github/workflows/tagged_release.yaml index c0eff72..ea072bf 100644 --- a/.github/workflows/tagged_release.yaml +++ b/.github/workflows/tagged_release.yaml @@ -9,7 +9,6 @@ jobs: strategy: matrix: os: [ ubuntu-latest, windows-latest, macos-latest ] - node: [ 10, 12, 14 ] runs-on: ${{matrix.os}} steps: - name: Set up Git repository diff --git a/CHANGELOG.md b/CHANGELOG.md index aa9dd4e..b7f7392 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. +## 2.1.6 + +- Enhancement: Numpad buttons don't work on Linux [(nut-tree/nut.js#360)](https://github.com/nut-tree/nut.js/issues/360) +- Bugfix: Issue with keyboard.type in to Spotlight on MacOS [(nut-tree/nut.js#152)](https://github.com/nut-tree/nut.js/issues/152) + ## 2.1.5 - Bugfix: Keypresses not properly caught on Windows [(#94)](https://github.com/nut-tree/libnut/issues/94) diff --git a/package-lock.json b/package-lock.json index e1adb62..5ee557a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "libnut", - "version": "2.1.5", + "version": "2.1.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dc1264b..6712ad7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libnut", - "version": "2.1.5", + "version": "2.1.6", "description": "libnut is an N-API module for desktop automation with node", "main": "index.js", "typings": "index.d.ts",