diff --git a/CHANGELOG.md b/CHANGELOG.md index c55b2f1..bc3e4a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,12 @@ All notable changes to this project will be documented in this file. +# 2.7.1 + +- Bugfix: Re-build broken Windows release + # 2.7.0 + - Enhancement: Adding support for numpad 'Enter' key [PR #168)](https://github.com/nut-tree/libnut-core/pull/168) Contributed by [@smithkyle](https://github.com/smithkyle) - Enhancement: Adding support for 'Fn' modifier key [PR #169)](https://github.com/nut-tree/libnut-core/pull/169) Contributed by [@smithkyle](https://github.com/smithkyle) - Maintenance: Version upgrades, CI updates, etc. diff --git a/package-lock.json b/package-lock.json index e1db0c9..ff8bda3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "libnut", - "version": "2.7.0", + "version": "2.7.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "libnut", - "version": "2.7.0", + "version": "2.7.1", "cpu": [ "x64", "arm64" diff --git a/package.json b/package.json index 36bf344..71371d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libnut", - "version": "2.7.0", + "version": "2.7.1", "description": "libnut is an N-API module for desktop automation with node", "main": "index.js", "typings": "index.d.ts",