update package version to 4.3.0

This commit is contained in:
Suren Atoyan 2021-10-03 17:59:45 +04:00
parent 2ad0735606
commit 46fd2700d8
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
### Versions
## 4.3.0
###### *Oct 3, 2021*
- Editor/DiffEditor: add `wrapperProps` property
- DiffEditor: allow `DiffEditor` to use existing models
- package.json: update `@monaco-editor/loader` version to `v1.2.0` (monaco version 0.28.1)
## 4.2.2
###### *Aug 9, 2021*

View File

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