Skip to content

Commit 72b136f

Browse files
committed
Version bump to v3.1.1
1 parent 6daf48e commit 72b136f

File tree

3 files changed

+39
-35
lines changed

3 files changed

+39
-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+
## 3.1.1
6+
7+
- Bugfix: Fix mouse drift on Windows [(nut-tree/libnut-core#126)](https://github.com/nut-tree/libnut-core/issues/126)
8+
59
## 3.1.0
610

711
- Enhancement: Typo fix [(PR #477)](https://github.com/nut-tree/nut.js/pull/472)

package-lock.json

Lines changed: 33 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": "3.1.0",
3+
"version": "3.1.1",
44
"license": "Apache-2.0",
55
"main": "dist/index",
66
"typings": "dist/index",
@@ -62,7 +62,7 @@
6262
"prepare": "husky install"
6363
},
6464
"dependencies": {
65-
"@nut-tree/libnut": "2.5.0",
65+
"@nut-tree/libnut": "2.5.1",
6666
"clipboardy": "2.3.0",
6767
"jimp": "0.16.2",
6868
"node-abort-controller": "2.0.0"

0 commit comments

Comments
 (0)