update version to 1.0.5

This commit is contained in:
Suren Atoyan 2019-07-19 00:55:11 +04:00
parent bca7e8d7ac
commit 7da7ded43f
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
### Versions
## 1.0.5
###### *July 19, 2019*
- Add a possibility to interact with Editor before it is mounted
## 1.0.4
###### *July 13, 2019*

View File

@ -1,6 +1,6 @@
{
"name": "@monaco-editor/react",
"version": "1.0.4",
"version": "1.0.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",
"main": "lib/index.js",
"module": "lib/index.js",