From e0d3bdee4079c8fae5a85aa93aeded2ff5a15541 Mon Sep 17 00:00:00 2001 From: Sean Garner Date: Wed, 5 Nov 2014 23:13:46 +0000 Subject: [PATCH] fix typo and bump version --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f40df4..c69fcc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 \ No newline at end of file diff --git a/package.json b/package.json index 6b1b335..4466b01 100644 --- a/package.json +++ b/package.json @@ -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": {