From 8a503504220a650e88a818e1a1de3d06cb16df8c Mon Sep 17 00:00:00 2001 From: Blake Embrey Date: Mon, 23 Jan 2017 11:46:44 -0800 Subject: [PATCH] v0.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 630738c..5ff20ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "servie-compat-http", - "version": "0.0.4", + "version": "0.1.0", "description": "Map Servie `Request` and `Response` instances to node.js HTTP compatible objects", "main": "dist/index.js", "typings": "dist/index.d.ts",