From dd2033b72b6ecfa12e30f7f9ae76a6733216b70d Mon Sep 17 00:00:00 2001 From: Carmine DiMascio Date: Mon, 16 Nov 2020 21:48:42 -0500 Subject: [PATCH] chore: increment patch 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 bf0adc4c..c136e4d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "express-openapi-validator", - "version": "4.7.0", + "version": "4.7.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 293c4e3e..f26704e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-openapi-validator", - "version": "4.7.0", + "version": "4.7.1", "description": "Automatically validate API requests and responses with OpenAPI 3 and Express.", "main": "dist/index.js", "scripts": {