Skip to content

Commit

Permalink
v2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thegecko committed May 27, 2022
1 parent e5b2753 commit d689dd1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## [2.4.2] - 2022-05-27

### Fixed
- Fixed multiple events with device detection on Windows - [`512`](https://github.com/node-usb/node-usb/pull/512) ([Alba Mendez](https://github.com/mildsunrise))

## [2.4.1] - 2022-05-07

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "usb",
"description": "Library to access USB devices",
"license": "MIT",
"version": "2.4.1",
"version": "2.4.2",
"main": "dist/index.js",
"engines": {
"node": ">=10.20.0 <11.x || >=12.17.0 <13.0 || >=14.0.0"
Expand Down

0 comments on commit d689dd1

Please sign in to comment.