update package version to 4.2.2

This commit is contained in:
Suren Atoyan 2021-08-09 12:21:41 +04:00
parent 6dbb7aff46
commit bcaf58e8d7
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
### Versions
## 4.2.2
###### *Aug 9, 2021*
- Editor: `onValidate` integrate `onDidChangeMarkers` (released in `v0.22.0`)
- package.json: after `onDidChangeMarkers` integration `state-local` became redundant; remove it
## 4.2.1
###### *Jun 21, 2021*

View File

@ -1,6 +1,6 @@
{
"name": "@monaco-editor/react",
"version": "4.2.1",
"version": "4.2.2",
"description": "Monaco Editor for React - use the monaco-editor in any React application without needing to use webpack (or rollup/parcel/etc) configuration files / plugins",
"author": "Suren Atoyan <contact@surenatoyan.com>",
"main": "lib/cjs/index.js",