From c4ee9c6bb5e49c53b747f3f9ef0e592655f132ab Mon Sep 17 00:00:00 2001 From: "Paul B." Date: Mon, 5 Aug 2024 09:33:47 +0200 Subject: [PATCH] 2.8.2 --- 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 6343fd7f..3bd50dd4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bump-cli", - "version": "2.8.1", + "version": "2.8.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bump-cli", - "version": "2.8.1", + "version": "2.8.2", "license": "MIT", "dependencies": { "@apidevtools/json-schema-ref-parser": "^9.0.7", diff --git a/package.json b/package.json index d372f2bf..daad1887 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bump-cli", "description": "The Bump CLI is used to interact with your API documentation hosted on Bump by using the API of developers.bump.sh", - "version": "2.8.1", + "version": "2.8.2", "author": "Paul Bonaud ", "bin": { "bump": "./bin/run"