Skip to content

Commit

Permalink
fix typo and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
seangarner committed Nov 5, 2014
1 parent c5d1503 commit e0d3bde
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# buffer-peek-stream changelog

## 0.1.1 (2014/11/05)

- fix typo in require

## 0.1.0 (2014/11/05)

- initial version
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "buffer-peek-stream",
"version": "0.1.0",
"version": "0.1.1",
"description": "Transform stream that lets you inspect the start of a ReadStream before deciding what to do with it",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit e0d3bde

Please sign in to comment.