From 181b4ec0c2a864731092484c7a129e2308a5d648 Mon Sep 17 00:00:00 2001 From: anastasiia-developer Date: Tue, 10 May 2022 18:40:07 +0300 Subject: [PATCH] chore:cli-v0.13.12 --- cli/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/package.json b/cli/package.json index bfd76e32..9e1857e4 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "redoc-cli", - "version": "0.13.11", + "version": "0.13.12", "description": "ReDoc's Command Line Interface", "main": "index.js", "bin": "index.js", @@ -19,7 +19,7 @@ "node-libs-browser": "^2.2.1", "react": "^17.0.1", "react-dom": "^17.0.1", - "redoc": "2.0.0-rc.67", + "redoc": "2.0.0-rc.68", "styled-components": "^5.3.0", "yargs": "^17.3.1" },