From 806a9b9986812cdc17c5b16e6124e6214600bd69 Mon Sep 17 00:00:00 2001 From: Carmine DiMascio Date: Mon, 30 Dec 2019 17:45:29 -0500 Subject: [PATCH] increment minor version --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4854dc4a..1df97803 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "express-openapi-validator", - "version": "3.4.1", + "version": "3.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2d26dc2f..139f6d95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-openapi-validator", - "version": "3.4.1", + "version": "3.5.0", "description": "Automatically validate API requests and responses with OpenAPI 3 and Express.", "main": "dist/index.js", "scripts": {