We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72d297b commit 0169cddCopy full SHA for 0169cdd
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## 0.1.3
6
+
7
+- Refactor the types
8
+- Set up the strict mode in TS
9
+- Add the read and write in main interface
10
+- Add the read example in readme
11
12
## 0.1.2
13
14
- Declare the MIT license
package.json
@@ -1,6 +1,6 @@
1
{
"name": "dfu",
- "version": "0.1.2",
+ "version": "0.1.3",
"description": "Driver for working with DFU in a browser over Web USB",
"type": "module",
"module": "dist/index.js",
0 commit comments