update version to 1.0.6

This commit is contained in:
Suren Atoyan 2019-07-21 11:25:32 +04:00
parent 6e9e9a3d46
commit 50177de129
2 changed files with 12 additions and 7 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@monaco-editor/react",
"version": "1.0.5",
"version": "1.0.6",
"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",
@ -16,12 +16,12 @@
"url": "git+https://github.com/SurenAt93/monaco-react.git"
},
"keywords": [
"monaco editor",
"monaco editor react",
"code editor react",
"create-react-app",
"CRA",
"vscode"
"monaco",
"editor",
"react",
"vscode",
"code",
"text"
],
"author": "suren_at",
"license": "MIT",