Skip to content

Commit addea45

Browse files
committed
Bump version to v0.1.5
1 parent fa8e257 commit addea45

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## 0.1.5
6+
7+
- Allow empty commands
8+
59
## 0.1.4
610

711
- Fix the examples in doc

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dfu",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "Driver for working with DFU in a browser over Web USB",
55
"type": "module",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)