From d341ef83bf8b9a8c65ba6d01f6f3d13908733b25 Mon Sep 17 00:00:00 2001 From: Vladimir Gorej Date: Mon, 2 May 2022 11:02:23 +0200 Subject: [PATCH] chore(release): cut the v0.5.0 release --- 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 fc659ff3..5caac9d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "swagger-adjust", - "version": "0.4.1", + "version": "0.5.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index ff819d7d..26f59e14 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "react-redux-applications" ], "license": "Apache-2.0", - "version": "0.4.1", + "version": "0.5.0", "main": "cjs/index.js", "module": "es/index.js", "jsnext:main": "es/index.js",