chore: 2.0.0-rc.64 (#1912)

This commit is contained in:
AlexVarchuk 2022-02-24 14:32:59 +02:00 committed by GitHub
parent b33ac554dc
commit 3b576c8abb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,13 @@
# [2.0.0-rc.64](https://github.com/Redocly/redoc/compare/v2.0.0-rc.63...v2.0.0-rc.64) (2022-02-24)
### Bug Fixes
* bump json-pointer version to avoid CVE-2021-23820 ([#1910](https://github.com/Redocly/redoc/issues/1910)) ([777efdd](https://github.com/Redocly/redoc/commit/777efdde35c1c8dc79dd714e1666279e9192dddb))
* external ref in schema definition ([#1894](https://github.com/Redocly/redoc/issues/1894)) ([57cdd9f](https://github.com/Redocly/redoc/commit/57cdd9f6da38418d6214ac3c6480c5847ecd0228))
# [2.0.0-rc.63](https://github.com/Redocly/redoc/compare/v2.0.0-rc.61...v2.0.0-rc.63) (2022-01-27)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "redoc",
"version": "2.0.0-rc.63",
"version": "2.0.0-rc.64",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "redoc",
"version": "2.0.0-rc.63",
"version": "2.0.0-rc.64",
"license": "MIT",
"dependencies": {
"@redocly/openapi-core": "^1.0.0-beta.54",

View File

@ -1,6 +1,6 @@
{
"name": "redoc",
"version": "2.0.0-rc.63",
"version": "2.0.0-rc.64",
"description": "ReDoc",
"repository": {
"type": "git",