update version to 3.5.1

This commit is contained in:
Suren Atoyan 2020-07-30 18:13:26 +04:00
parent 3694326262
commit 4eef9581d1
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
### Versions
## 3.5.1
###### *July 30, 2020*
- utilities (monaco): correct config obj name
## 3.5.0
###### *July 30, 2020*

View File

@ -1,6 +1,6 @@
{
"name": "@monaco-editor/react",
"version": "3.5.0",
"version": "3.5.1",
"description": "Monaco editor wrapper for easy/one-line integration with React applications (e.g. powered by create-react-app) without need of webpack configuration files",
"main": "lib/index.js",
"module": "lib/index.js",