Skip to content

Commit d69882e

Browse files
committedAug 7, 2019
Prepare 0.2.2 release
1 parent 80c1a21 commit d69882e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## 0.2.2
2+
3+
- startup time is reduces by 70% (about 150ms)
4+
- installing should no longer fail if a previous version exists (such as when upgrading)
5+

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Now create your npm installer: Make a `package.json` that looks like this:
3030
"myapp-cli": "bin/myapp-cli"
3131
},
3232
"dependencies": {
33-
"binwrap": "^0.2.1"
33+
"binwrap": "^0.2.2"
3434
}
3535
}
3636
```

0 commit comments

Comments
 (0)
Please sign in to comment.