diff --git a/History.md b/History.md index 890d606..0fef906 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,7 @@ +# [0.1.2](https://github.com/aslakhellesoy/eventsource-node/compare/v0.1.1...v0.1.2) + +* Bugfix: Blank lines not read. ([#35](https://github.com/aslakhellesoy/eventsource-node/issues/35), [#36](https://github.com/aslakhellesoy/eventsource-node/pull/36) Lesterpig) + # [0.1.1](https://github.com/aslakhellesoy/eventsource-node/compare/v0.1.0...v0.1.1) * Bugfix: Fix message type. ([#33](https://github.com/aslakhellesoy/eventsource-node/pull/33) Romain Gauthier) diff --git a/package.json b/package.json index bfbdcfd..703d485 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,8 @@ "FrozenCow ", "mbieser <29erpilot@gmail.com>", "qqueue ", - "Romain Gauthier" + "Romain Gauthier", + "Lesterpig " ], "repository": { "type": "git",