Skip to content

Commit

Permalink
Version bump to v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
s1hofmann committed Mar 6, 2023
1 parent 6daf48e commit 72b136f
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 35 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## 3.1.1

- Bugfix: Fix mouse drift on Windows [(nut-tree/libnut-core#126)](https://github.com/nut-tree/libnut-core/issues/126)

## 3.1.0

- Enhancement: Typo fix [(PR #477)](https://github.com/nut-tree/nut.js/pull/472)
Expand Down
66 changes: 33 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nut-tree/nut-js",
"version": "3.1.0",
"version": "3.1.1",
"license": "Apache-2.0",
"main": "dist/index",
"typings": "dist/index",
Expand Down Expand Up @@ -62,7 +62,7 @@
"prepare": "husky install"
},
"dependencies": {
"@nut-tree/libnut": "2.5.0",
"@nut-tree/libnut": "2.5.1",
"clipboardy": "2.3.0",
"jimp": "0.16.2",
"node-abort-controller": "2.0.0"
Expand Down

0 comments on commit 72b136f

Please sign in to comment.