From e3b2f10ab0cbdf1c66091030f96da6ee94dc0d22 Mon Sep 17 00:00:00 2001 From: Andrea Mugx Date: Fri, 9 Jul 2021 15:59:30 +0100 Subject: [PATCH] chore(cli): v0.12.2 --- cli/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/package.json b/cli/package.json index cb55452e..862d795e 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "redoc-cli", - "version": "0.12.1", + "version": "0.12.2", "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.54", + "redoc": "2.0.0-rc.55", "styled-components": "^5.3.0", "yargs": "^17.0.1" },