Skip to content

Commit

Permalink
chore(cli): v0.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed Jan 25, 2022
1 parent a1cc19e commit b2cad9c
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 14 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [2.0.0-rc.61](https://github.com/Redocly/redoc/compare/v2.0.0-rc.60...v2.0.0-rc.61) (2022-01-26)


### Bug Fixes

* fix crash in redoc-cli after migrating to esbuild ([#1872](https://github.com/Redocly/redoc/issues/1872))

# [2.0.0-rc.60](https://github.com/Redocly/redoc/compare/v2.0.0-rc.59...v2.0.0-rc.60) (2022-01-25)


Expand Down
116 changes: 104 additions & 12 deletions cli/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redoc-cli",
"version": "0.13.4",
"version": "0.13.5",
"description": "ReDoc's Command Line Interface",
"main": "index.js",
"bin": "index.js",
Expand All @@ -19,7 +19,7 @@
"node-libs-browser": "^2.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"redoc": "2.0.0-rc.60",
"redoc": "2.0.0-rc.61",
"styled-components": "^5.3.0",
"yargs": "^17.0.1"
},
Expand Down

0 comments on commit b2cad9c

Please sign in to comment.