update package version to 4.0.4

This commit is contained in:
Suren Atoyan 2021-01-18 18:35:24 +04:00
parent 7653470b10
commit 31be683e21
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
### Versions
## 4.0.4
###### *Jan 18, 2021*
- package.json: update husky precommit hook to remove lib folder
## 4.0.3
###### *Jan 18, 2021*

View File

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