package: update version to 3.2.1

This commit is contained in:
Suren Atoyan 2020-03-31 16:30:50 +04:00
parent e8711ac86b
commit ea4d3c0633
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
### Versions
## 3.2.1
###### *Mar 31, 2020*
- types: fix monaco.config types
## 3.2.0
###### *Mar 31, 2020*

View File

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