From 0ee6c513209fe40f372dd001e4143f7bf5b67579 Mon Sep 17 00:00:00 2001 From: Andriy Leliv Date: Tue, 13 Apr 2021 17:14:18 +0300 Subject: [PATCH] chore(cli): v0.11.4 --- cli/npm-shrinkwrap.json | 2 +- cli/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/npm-shrinkwrap.json b/cli/npm-shrinkwrap.json index 2c354a4cb9..cc73070aa3 100644 --- a/cli/npm-shrinkwrap.json +++ b/cli/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "redoc-cli", - "version": "0.11.3", + "version": "0.11.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/cli/package.json b/cli/package.json index 1120d595d9..7be5f60d17 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "redoc-cli", - "version": "0.11.3", + "version": "0.11.4", "description": "ReDoc's Command Line Interface", "main": "index.js", "bin": "index.js",