Skip to content

Commit 697ef1d

Browse files
authored
Release v2.0.1 (#362)
* Release v2.0.1
1 parent 2f151ca commit 697ef1d

File tree

3 files changed

+73
-35
lines changed

3 files changed

+73
-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.0.1
6+
- Bugfix: Issue with keyboard.type in to Spotlight on MacOS [(#152)](https://github.com/nut-tree/nut.js/issues/152)
7+
- Enhancement: Numpad buttons don't work on Linux [(#360)](https://github.com/nut-tree/nut.js/issues/360)
8+
59
## 2.0.0
610
- Feature: Apple Silicon [(libnut#49)](https://github.com/nut-tree/libnut/issues/49)
711
- Enhancement: Enable warning message for missing accessibility permissions on macOS [(#354)](https://github.com/nut-tree/nut.js/issues/354)

package-lock.json

Lines changed: 67 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.0.0",
3+
"version": "2.0.1",
44
"license": "Apache-2.0",
55
"main": "dist/index",
66
"typings": "dist/index",
@@ -74,7 +74,7 @@
7474
"rimraf": "3.0.2",
7575
"sneer": "1.0.1",
7676
"ts-jest": "27.0.5",
77-
"typedoc": "0.22.11",
77+
"typedoc": "0.21.9",
7878
"typescript": "4.4.2",
7979
"version-bump-prompt": "6.1.0"
8080
}

0 commit comments

Comments
 (0)