From d21adabdf3c23c045c45eb02d291dc4a705bff16 Mon Sep 17 00:00:00 2001 From: jsdevel Date: Thu, 4 Feb 2016 00:39:07 -0700 Subject: [PATCH] 0.7.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 31e21635..1055dec8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-openapi", - "version": "0.6.3", + "version": "0.7.0", "description": "Effortlessly add routes and middleware to express apps with openapi documents.", "scripts": { "cover": "istanbul cover _mocha -- ./test/*.js",