update version to 2.1.1

This commit is contained in:
Suren Atoyan 2019-10-25 23:10:50 +04:00
parent 5380155ed2
commit ab6d6820e3
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
### Versions
## 2.1.1
###### *Oct 25, 2019*
- fix "options" types
## 2.1.0
###### *Oct 25, 2019*

View File

@ -1,6 +1,6 @@
{
"name": "@monaco-editor/react",
"version": "2.1.0",
"version": "2.1.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",