From d279c65bc41f5e94c9e3a3d4858cbb60c41d3bc7 Mon Sep 17 00:00:00 2001 From: Simon Hofmann Date: Sat, 1 Jan 2022 21:18:38 +0100 Subject: [PATCH] Release v2.0.0 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c16af79..06dec6f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. ## 2.0.0 - Feature: Apple Silicon [(libnut#49)](https://github.com/nut-tree/libnut/issues/49) -- Enhancement: Print warning / info message in case of missing accessibility permission [(libnut#91)](https://github.com/nut-tree/libnut/issues/91) +- Enhancement: Enable warning message for missing accessibility permissions on macOS [(#354)](https://github.com/nut-tree/nut.js/issues/354) - Enhancement: Add runtime typechecks for `screen.find` etc. [(#351)](https://github.com/nut-tree/nut.js/issues/351) - Bugfix: Fix Windows scaling issue [(#349)](https://github.com/nut-tree/nut.js/issues/349) - Maintenance: Refine types [(#340)](https://github.com/nut-tree/nut.js/issues/340) diff --git a/package.json b/package.json index 0bbefcc8..f2843dc3 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "description": "Native system automation for node.js", "author": { "name": "Simon Hofmann", - "email": "dev@simon-hofmann.org", + "email": "kontakt@s1h.org", "url": "https://s1h.org" }, "repository": {