Skip to content

Commit e0d3bde

Browse files
committed
fix typo and bump version
1 parent c5d1503 commit e0d3bde

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# buffer-peek-stream changelog
22

3+
## 0.1.1 (2014/11/05)
4+
5+
- fix typo in require
6+
37
## 0.1.0 (2014/11/05)
48

59
- initial version

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "buffer-peek-stream",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Transform stream that lets you inspect the start of a ReadStream before deciding what to do with it",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)