chore: Release 2.0.0-rc.36 🔖

This commit is contained in:
Roman Hotsiy 2020-08-04 12:24:57 +03:00
parent 7af2efe731
commit a6e9f6dbf6
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0
3 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,18 @@
# [2.0.0-rc.36](https://github.com/Redocly/redoc/compare/v2.0.0-rc.35...v2.0.0-rc.36) (2020-08-04)
### Bug Fixes
* highlight json keys using different color ([#1287](https://github.com/Redocly/redoc/issues/1287)) ([c9596d4](https://github.com/Redocly/redoc/commit/c9596d4b6cd9dced9fdee77525e0da90960c562a))
* make elements accessible by keyboard navigation tools ([#1339](https://github.com/Redocly/redoc/issues/1339)) ([2ce7189](https://github.com/Redocly/redoc/commit/2ce71895bc14f9189b4e6cbdb6d838898717823f))
### Features
* new option simpleOneOfTypeLabel ([7af2efe](https://github.com/Redocly/redoc/commit/7af2efe731cdb16ebe5de6cb3e96f80cceb7d98d))
# [2.0.0-rc.35](https://github.com/Redocly/redoc/compare/v2.0.0-rc.34...v2.0.0-rc.35) (2020-07-24)
### Bug Fixes

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "redoc",
"version": "2.0.0-rc.35",
"version": "2.0.0-rc.36",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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