diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c1a97ff..1432097e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## next +## 1.0.0-beta.58 (05-03-2021) - Fixed `source` view supported syntaxes to list modes with no mime - Fixed editor's hint popup positioning when widget is not fit into the page bounds diff --git a/package-lock.json b/package-lock.json index decb12ae..25ae3806 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@discoveryjs/discovery", - "version": "1.0.0-beta.57", + "version": "1.0.0-beta.58", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2b35c74b..dbb6ca4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@discoveryjs/discovery", - "version": "1.0.0-beta.57", + "version": "1.0.0-beta.58", "description": "Hackable JSON discovery tool", "author": "Roman Dvornov (https://github.com/lahmatiy)", "license": "MIT",