From f87f3de199761a262ef0c1f3187894a6f5cb520e Mon Sep 17 00:00:00 2001 From: jsdevel Date: Fri, 5 Feb 2016 00:24:59 -0700 Subject: [PATCH] 0.8.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7841f6a6..3803468d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-openapi", - "version": "0.7.1", + "version": "0.8.0", "description": "Effortlessly add routes and middleware to express apps with openapi documents.", "scripts": { "cover": "istanbul cover _mocha -- ./test/*.js",