chore: (cli) v0.13.6 (#1881)

This commit is contained in:
Oprysk Vyacheslav 2022-01-26 12:34:47 +02:00 committed by GitHub
parent a355a7aaa9
commit acbc5c7b59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 4 deletions

View File

@ -1,3 +1,11 @@
# [2.0.0-rc.62](https://github.com/Redocly/redoc/compare/v2.0.0-rc.61...v2.0.0-rc.62) (2022-01-26)
### Bug Fixes
* fix field expand does not work ([#1875](https://github.com/Redocly/redoc/issues/1875))
# [2.0.0-rc.61](https://github.com/Redocly/redoc/compare/v2.0.0-rc.60...v2.0.0-rc.61) (2022-01-26)

View File

@ -1,12 +1,12 @@
{
"name": "redoc-cli",
"version": "0.13.5",
"version": "0.13.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "redoc-cli",
"version": "0.13.5",
"version": "0.13.6",
"license": "MIT",
"dependencies": {
"chokidar": "^3.5.1",

View File

@ -1,6 +1,6 @@
{
"name": "redoc-cli",
"version": "0.13.5",
"version": "0.13.6",
"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.61",
"redoc": "2.0.0-rc.62",
"styled-components": "^5.3.0",
"yargs": "^17.0.1"
},