diff --git a/CHANGELOG.md b/CHANGELOG.md index 6470a14..df7561f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ ### Versions +## 4.6.0 + +###### _Oct 6, 2023_ + +- Editor/DiffEditor: use `'use client'` on top of `Editor.tsx` and `DiffEditor.tsx` +- loader: update `@monaco-editor/loader` version (1.4.0) +- playground: use createRoot for bootstrapping + ## 4.5.2 ###### _Aug 23, 2023_ diff --git a/package.json b/package.json index 9b2d58d..07f3f22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@monaco-editor/react", - "version": "4.5.2", + "version": "4.6.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 ", "main": "dist/index.js",