update package version to 3.7.5

This commit is contained in:
Suren Atoyan 2021-01-03 22:12:05 +04:00
parent 56ab883c50
commit 911ea6fc2c
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
### Versions
## 3.7.5
###### *Jan 3, 2021*
- utilities (monaco): fix `state-local` import
## 3.7.4
###### *Dec 16, 2020*

View File

@ -1,6 +1,6 @@
{
"name": "@monaco-editor/react",
"version": "3.7.4",
"version": "3.7.5",
"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",
"author": "Suren Atoyan <contact@surenatoyan.com>",
"main": "lib/index.js",