From b55bedcec0e48001637070091bced43054ae1cbf Mon Sep 17 00:00:00 2001 From: David Biesack Date: Mon, 22 Apr 2024 17:06:15 -0400 Subject: [PATCH 1/2] increment package minor version --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1b6c65b..4117714 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apiture/openapi-down-convert", - "version": "0.13.0", + "version": "0.14.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@apiture/openapi-down-convert", - "version": "0.13.0", + "version": "0.14.0", "license": "ISC", "dependencies": { "commander": "^9.4.1", diff --git a/package.json b/package.json index 072a3b4..4b1a1a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apiture/openapi-down-convert", - "version": "0.13.0", + "version": "0.14.0", "description": "Tool to down convert OpenAPI 3.1 to OpenAPI 3.0", "main": "lib/src/index.js", "bin": { From a4ff8a17796da16d64d612b170616c87e20f9bdc Mon Sep 17 00:00:00 2001 From: David Biesack Date: Mon, 22 Apr 2024 17:09:38 -0400 Subject: [PATCH 2/2] change version to increment just patch level (bugfix) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4117714..6fc96f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apiture/openapi-down-convert", - "version": "0.14.0", + "version": "0.13.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@apiture/openapi-down-convert", - "version": "0.14.0", + "version": "0.13.1", "license": "ISC", "dependencies": { "commander": "^9.4.1", diff --git a/package.json b/package.json index 4b1a1a9..e9b647b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apiture/openapi-down-convert", - "version": "0.14.0", + "version": "0.13.1", "description": "Tool to down convert OpenAPI 3.1 to OpenAPI 3.0", "main": "lib/src/index.js", "bin": {