Skip to content

Commit

Permalink
update package version to v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
suren-atoyan committed Apr 7, 2023
1 parent f16e02d commit 5e44f9a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
22 changes: 19 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,26 @@
### Versions

## 4.4.7
## 4.5.0

###### _TBD_
###### _Apr 7, 2023_

- add preventCreation flag to diff editor
- Editor: implement `preventTriggerChangeEvent` flag

from `4.5.0-beta.0`

- DiffEditor: add preventCreation flag to diff editor
- project: rewrite with TypeScript
- project: implement prettier
- loader: update `@monaco-editor/loader` version (1.3.2)

## 4.5.0-beta.0

###### _Apr 2, 2023_

- DiffEditor: add preventCreation flag to diff editor
- project: rewrite with TypeScript
- project: implement prettier
- loader: update `@monaco-editor/loader` version (1.3.2)

## 4.4.6

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.6",
"version": "4.5.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": "dist/index.js",
Expand Down

0 comments on commit 5e44f9a

Please sign in to comment.