Skip to content

Commit

Permalink
update package version to v4.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
suren-atoyan committed Sep 24, 2022
1 parent 6f0ce34 commit 5b9a8e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
### Versions

## 4.4.6
###### *Sep 24, 2022*

- fix onChange: unconditionally call onChange inside onDidChangeModelContent
- add preventCreation flag
- update lock files

## 4.4.5
###### *May 11, 2022*

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monaco-editor/react",
"version": "4.4.5",
"version": "4.4.6",
"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 <[email protected]>",
"main": "lib/cjs/index.js",
Expand Down

0 comments on commit 5b9a8e5

Please sign in to comment.